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