diff --git a/plugins/LogToIrc.py b/plugins/LogToIrc.py index 8e4c2a6ec..f20c731a1 100644 --- a/plugins/LogToIrc.py +++ b/plugins/LogToIrc.py @@ -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