Removed a gratuitous world.ircs.remove, probably fixing bug #801438.

This commit is contained in:
Jeremy Fincher 2003-09-25 08:18:36 +00:00
parent c3e9c38b6a
commit b1f0cb6647
1 changed files with 0 additions and 1 deletions

View File

@ -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')