mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-31 06:34:32 +01:00
Small type change.
This commit is contained in:
parent
cafd724d30
commit
58e40a81bc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user