mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 14:10:41 +01:00
Fix commit ed5f79c0.
This commit is contained in:
parent
113ddf8c69
commit
bad5364e28
@ -524,8 +524,6 @@ def unbans(channel, hostmasks, prefix='', msg=None):
|
|||||||
prefix = msg.prefix
|
prefix = msg.prefix
|
||||||
return IrcMsg(prefix=prefix, command='MODE',
|
return IrcMsg(prefix=prefix, command='MODE',
|
||||||
args=[channel] + ircutils.joinModes(modes), msg=msg)
|
args=[channel] + ircutils.joinModes(modes), msg=msg)
|
||||||
if msg and not prefix:
|
|
||||||
prefix = msg.prefix
|
|
||||||
|
|
||||||
def kick(channel, nick, s='', prefix='', msg=None):
|
def kick(channel, nick, s='', prefix='', msg=None):
|
||||||
"""Returns a KICK to kick nick from channel with the message msg."""
|
"""Returns a KICK to kick nick from channel with the message msg."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user