mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Fix variable name.
This commit is contained in:
parent
4576874128
commit
d2fe7d901f
@ -870,7 +870,8 @@ def ison(nick, prefix='', msg=None):
|
||||
|
||||
def monitor(subcommand, nicks=None, prefix='', msg=None):
|
||||
if conf.supybot.protocols.irc.strictRfc():
|
||||
assert isNick(nick), repr(nick)
|
||||
for nick in nicks:
|
||||
assert isNick(nick), repr(nick)
|
||||
assert subcommand in '+-CLS'
|
||||
if subcommand in 'CLS':
|
||||
assert nicks is None
|
||||
|
Loading…
Reference in New Issue
Block a user