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) irc.error('I\'m not relaying in %s.' % channel)
return return
users = [] users = []
for irc in self.ircs: for otherIrc in self.ircs:
network = self._getIrcName(irc) network = self._getIrcName(otherIrc)
ops = [] ops = []
halfops = [] halfops = []
voices = [] voices = []