From 58e40a81bc90130eb623eb0a2355bc07f61585eb Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 11 Aug 2004 17:04:08 +0000 Subject: [PATCH] Small type change. --- plugins/News.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/News.py b/plugins/News.py index c05f7a9a5..a4d4ae83d 100644 --- a/plugins/News.py +++ b/plugins/News.py @@ -84,7 +84,7 @@ class News(plugins.ChannelDBHandler, callbacks.Privmsg): channel itself. """ # Parse out the args - i = None + i = 0 for i, arg in enumerate(args): if arg.endswith(':'): i += 1