mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 14:14:37 +01:00
Trying different index.
This commit is contained in:
parent
7890e9dbdb
commit
64b60dceae
@ -309,11 +309,10 @@ class Relay(callbacks.Privmsg):
|
||||
else:
|
||||
s = '%s/%s has quit.' % (msg.nick, network)
|
||||
for channel in self.channels:
|
||||
debug.printf(channel)
|
||||
debug.printf(self.ircstates[irc])
|
||||
debug.printf(self.ircstates[irc][0])
|
||||
debug.printf(self.ircstates[irc][0].channels[channel].users)
|
||||
if msg.nick in self.ircstates[irc][0].channels[channel].users:
|
||||
debug.printf(self.ircstates[irc][1])
|
||||
debug.printf(self.ircstates[irc][1].channels[channel].users)
|
||||
if msg.nick in self.ircstates[irc][1].channels[channel].users:
|
||||
for otherIrc in self.ircs.itervalues():
|
||||
if otherIrc != irc:
|
||||
otherIrc.queueMsg(ircmsgs.privmsg(channel, s))
|
||||
|
Loading…
Reference in New Issue
Block a user