mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Change to a sendMsg to stave off a possible loop.
This commit is contained in:
parent
06a8f68f7e
commit
b01ca9845f
@ -91,7 +91,7 @@ class IrcHandler(logging.Handler):
|
||||
if not ircdb.checkCapability(hostmask, capability):
|
||||
msgOk = False
|
||||
if msgOk:
|
||||
irc.queueMsg(msg)
|
||||
irc.sendMsg(msg)
|
||||
else:
|
||||
print '*** Not sending to %r' % target
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user