mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Removed the die on the IRC object in relay disconnect because that makes all the plugins die.
This commit is contained in:
parent
39349302a6
commit
218e53b409
@ -220,7 +220,8 @@ class Relay(callbacks.Privmsg):
|
|||||||
return
|
return
|
||||||
network = privmsgs.getArgs(args)
|
network = privmsgs.getArgs(args)
|
||||||
otherIrc = self.ircs[network]
|
otherIrc = self.ircs[network]
|
||||||
otherIrc.die()
|
otherIrc.driver.die()
|
||||||
|
world.ircs.remove(otherIrc)
|
||||||
del self.ircs[network]
|
del self.ircs[network]
|
||||||
del self.abbreviations[otherIrc]
|
del self.abbreviations[otherIrc]
|
||||||
irc.reply(msg, conf.replySuccess)
|
irc.reply(msg, conf.replySuccess)
|
||||||
|
Loading…
Reference in New Issue
Block a user