mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Commented-out debugging printfs.
This commit is contained in:
parent
4b0fd19e6c
commit
fd22551da9
@ -312,8 +312,8 @@ class Relay(callbacks.Privmsg):
|
|||||||
else:
|
else:
|
||||||
s = '%s/%s has quit.' % (msg.nick, network)
|
s = '%s/%s has quit.' % (msg.nick, network)
|
||||||
for channel in self.channels:
|
for channel in self.channels:
|
||||||
debug.printf(self.ircstates[irc])
|
#debug.printf(self.ircstates[irc])
|
||||||
debug.printf(self.ircstates[irc].channels[channel].users)
|
#debug.printf(self.ircstates[irc].channels[channel].users)
|
||||||
if msg.nick in self.ircstates[irc].channels[channel].users:
|
if msg.nick in self.ircstates[irc].channels[channel].users:
|
||||||
for otherIrc in self.ircs.itervalues():
|
for otherIrc in self.ircs.itervalues():
|
||||||
if otherIrc != irc:
|
if otherIrc != irc:
|
||||||
|
Loading…
Reference in New Issue
Block a user