mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-12 11:31:03 +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…
x
Reference in New Issue
Block a user