Forgot to take out a line.

This commit is contained in:
Jeremy Fincher 2004-12-08 16:21:26 +00:00
parent 6c8071da48
commit 2ae2c16171
1 changed files with 0 additions and 1 deletions

View File

@ -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.