mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 19:52:54 +01:00
We'll fix this later, but right now let's be consistent with permban.
This commit is contained in:
parent
c0b3c930fb
commit
b810f7604b
@ -465,7 +465,7 @@ class Channel(callbacks.Privmsg):
|
|||||||
c = ircdb.channels.getChannel(channel)
|
c = ircdb.channels.getChannel(channel)
|
||||||
c.removeBan(banmask)
|
c.removeBan(banmask)
|
||||||
ircdb.channels.setChannel(channel, c)
|
ircdb.channels.setChannel(channel, c)
|
||||||
irc.queueMsg(ircmsgs.unban(channel, banmask))
|
#irc.queueMsg(ircmsgs.unban(channel, banmask))
|
||||||
irc.replySuccess()
|
irc.replySuccess()
|
||||||
unpermban = privmsgs.checkChannelCapability(unpermban, 'op')
|
unpermban = privmsgs.checkChannelCapability(unpermban, 'op')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user