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