mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
*Actually* not queue things on zombies now.
This commit is contained in:
parent
1c737a4c8f
commit
bd0d438234
@ -433,7 +433,7 @@ class Relay(callbacks.Privmsg):
|
||||
def _sendToOthers(self, irc, msg):
|
||||
assert msg.command == 'PRIVMSG' or msg.command == 'TOPIC'
|
||||
for otherIrc in world.ircs:
|
||||
if otherIrc != irc and not irc.zombie:
|
||||
if otherIrc != irc and not otherIrc.zombie:
|
||||
if msg.args[0] in otherIrc.state.channels:
|
||||
self._addRelayedMsg(msg)
|
||||
otherIrc.queueMsg(msg)
|
||||
|
Loading…
Reference in New Issue
Block a user