From b1f0cb6647bb2893dfa41620eee2f7f2ebe12689 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 25 Sep 2003 08:18:36 +0000 Subject: [PATCH] Removed a gratuitous world.ircs.remove, probably fixing bug #801438. --- plugins/Relay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Relay.py b/plugins/Relay.py index 6644b6bba..caec99bbe 100644 --- a/plugins/Relay.py +++ b/plugins/Relay.py @@ -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')