mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Add a log.info.
This commit is contained in:
parent
2e4a8e3567
commit
7869413b55
@ -94,6 +94,7 @@ class Anonymous(callbacks.Privmsg):
|
|||||||
irc.error('That channel has set its capabilities so as to '
|
irc.error('That channel has set its capabilities so as to '
|
||||||
'disallow the use of this plugin.')
|
'disallow the use of this plugin.')
|
||||||
return
|
return
|
||||||
|
self.log.info('Saying %r in %s due to %s.', text, channel, msg.prefix)
|
||||||
irc.queueMsg(ircmsgs.privmsg(channel, text))
|
irc.queueMsg(ircmsgs.privmsg(channel, text))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user