From 2ae2c16171299542655c3de46acfba28e2caa562 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 8 Dec 2004 16:21:26 +0000 Subject: [PATCH] Forgot to take out a line. --- plugins/Network.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Network.py b/plugins/Network.py index 400214ebe..627f0ff1d 100644 --- a/plugins/Network.py +++ b/plugins/Network.py @@ -233,7 +233,6 @@ class Network(callbacks.Privmsg): only necessary if the network is different than the network the command is sent on. """ - otherIrc = self._getIrc(network) # The double nick here is necessary because single-nick WHOIS only works # if the nick is on the same server (*not* the same network) as the user # giving the command. Yeah, it made me say wtf too.