mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
Bug in nicks.
This commit is contained in:
parent
f606c43753
commit
a42eb99cdf
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user