From af607806196c498dfb1850106b0239850e713221 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 12 Feb 2004 14:12:28 +0000 Subject: [PATCH] Forgot an enumerate, man, that sucked. --- plugins/Google.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: