mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +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
|
||||
network = privmsgs.getArgs(args)
|
||||
otherIrc = self.ircs[network]
|
||||
otherIrc.die()
|
||||
otherIrc.driver.die()
|
||||
world.ircs.remove(otherIrc)
|
||||
del self.ircs[network]
|
||||
del self.abbreviations[otherIrc]
|
||||
irc.reply(msg, conf.replySuccess)
|
||||
|
Loading…
Reference in New Issue
Block a user