diff --git a/plugins/Google.py b/plugins/Google.py index 46d37412e..c3ac596ca 100644 --- a/plugins/Google.py +++ b/plugins/Google.py @@ -203,7 +203,7 @@ class Google(callbacks.PrivmsgCommandAndRegexp): kwargs['filter'] = False else: kwargs[option[2:]] = argument - for (i, arg) in args: + for (i, arg) in enumerate(args): if len(arg.split()) > 1: args[i] = repr(arg) try: