mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-25 19:44:13 +01:00
ircmsgs: Fix typo.
This commit is contained in:
parent
0150c79924
commit
f4bf62ab6b
@ -615,7 +615,7 @@ def notice(recipient, s, prefix='', msg=None):
|
|||||||
def join(channel, key=None, prefix='', msg=None):
|
def join(channel, key=None, prefix='', msg=None):
|
||||||
"""Returns a JOIN to a channel"""
|
"""Returns a JOIN to a channel"""
|
||||||
if conf.supybot.protocols.irc.strictRfc():
|
if conf.supybot.protocols.irc.strictRfc():
|
||||||
assert isChannels(channel), repr(channel)
|
assert areChannels(channel), repr(channel)
|
||||||
if msg and not prefix:
|
if msg and not prefix:
|
||||||
prefix = msg.prefix
|
prefix = msg.prefix
|
||||||
if key is None:
|
if key is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user