Small type change.

This commit is contained in:
Jeremy Fincher 2004-08-11 17:04:08 +00:00
parent cafd724d30
commit 58e40a81bc

View File

@ -84,7 +84,7 @@ class News(plugins.ChannelDBHandler, callbacks.Privmsg):
channel itself. channel itself.
""" """
# Parse out the args # Parse out the args
i = None i = 0
for i, arg in enumerate(args): for i, arg in enumerate(args):
if arg.endswith(':'): if arg.endswith(':'):
i += 1 i += 1