mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Removed a gratuitous world.ircs.remove, probably fixing bug #801438.
This commit is contained in:
parent
c3e9c38b6a
commit
b1f0cb6647
@ -220,7 +220,6 @@ class Relay(callbacks.Privmsg):
|
||||
otherIrc = self.ircs[network]
|
||||
otherIrc.die()
|
||||
del self.ircs[network]
|
||||
world.ircs.remove(otherIrc)
|
||||
del self.abbreviations[otherIrc]
|
||||
irc.reply(msg, conf.replySuccess)
|
||||
relaydisconnect = privmsgs.checkCapability(relaydisconnect, 'owner')
|
||||
|
Loading…
Reference in New Issue
Block a user