mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-05-07 23:27:26 +02: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):
|
if not ircdb.checkCapability(hostmask, capability):
|
||||||
msgOk = False
|
msgOk = False
|
||||||
if msgOk:
|
if msgOk:
|
||||||
irc.queueMsg(msg)
|
irc.sendMsg(msg)
|
||||||
else:
|
else:
|
||||||
print '*** Not sending to %r' % target
|
print '*** Not sending to %r' % target
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user