From a42eb99cdf8a31794456a48a719447f9de44b9cc Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 28 Jul 2004 03:08:03 +0000 Subject: [PATCH] Bug in nicks. --- plugins/Relay.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Relay.py b/plugins/Relay.py index 8070e5af5..d8713fec7 100644 --- a/plugins/Relay.py +++ b/plugins/Relay.py @@ -280,8 +280,8 @@ class Relay(callbacks.Privmsg): irc.error('I\'m not relaying in %s.' % channel) return users = [] - for irc in self.ircs: - network = self._getIrcName(irc) + for otherIrc in self.ircs: + network = self._getIrcName(otherIrc) ops = [] halfops = [] voices = []