mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Fix for bug #1082928.
This commit is contained in:
parent
576c91e294
commit
28cfd18c67
@ -105,7 +105,7 @@ class Network(callbacks.Privmsg):
|
|||||||
quitMsg = quitMsg or conf.supybot.plugins.Owner.quitMsg() or msg.nick
|
quitMsg = quitMsg or conf.supybot.plugins.Owner.quitMsg() or msg.nick
|
||||||
otherIrc.queueMsg(ircmsgs.quit(quitMsg))
|
otherIrc.queueMsg(ircmsgs.quit(quitMsg))
|
||||||
otherIrc.die()
|
otherIrc.die()
|
||||||
conf.supybot.networks().discard(network)
|
conf.supybot.networks().discard(otherIrc.network)
|
||||||
disconnect = wrap(disconnect, ['owner', 'networkIrc', additional('text')])
|
disconnect = wrap(disconnect, ['owner', 'networkIrc', additional('text')])
|
||||||
|
|
||||||
def reconnect(self, irc, msg, args, otherIrc, quitMsg):
|
def reconnect(self, irc, msg, args, otherIrc, quitMsg):
|
||||||
|
Loading…
Reference in New Issue
Block a user