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 = []