Bug in nicks.

This commit is contained in:
Jeremy Fincher 2004-07-28 03:08:03 +00:00
parent f606c43753
commit a42eb99cdf

View File

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