mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Channel: Remove debug output.
This commit is contained in:
parent
7b3ef56116
commit
499d68f73a
@ -419,7 +419,6 @@ class Channel(callbacks.Plugin):
|
||||
bans = irc.state.channels[channel].bans
|
||||
self._sendMsg(irc, ircmsgs.unbans(channel, bans))
|
||||
elif hostmask:
|
||||
print repr(hostmask)
|
||||
self._sendMsg(irc, ircmsgs.unban(channel, hostmask))
|
||||
else:
|
||||
bans = []
|
||||
|
Loading…
Reference in New Issue
Block a user