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)
|
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 = []
|
||||||
|
Loading…
Reference in New Issue
Block a user