mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 22:24:20 +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.
|
||||
"""
|
||||
# Parse out the args
|
||||
i = None
|
||||
i = 0
|
||||
for i, arg in enumerate(args):
|
||||
if arg.endswith(':'):
|
||||
i += 1
|
||||
|
Loading…
Reference in New Issue
Block a user