mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-24 11:39:25 +01:00
Clarify the on-error log message in MessageParser function caller.
This commit is contained in:
parent
a819c5b496
commit
71f88caa6b
@ -121,7 +121,7 @@ class MessageParser(callbacks.Plugin, plugins.ChannelDBHandler):
|
||||
try:
|
||||
self.Proxy(irc.irc, msg, tokens)
|
||||
except Exception, e:
|
||||
log.exception('Uncaught exception in scheduled function:')
|
||||
log.exception('Uncaught exception in function called by MessageParser:')
|
||||
|
||||
def _checkManageCapabilities(self, irc, msg, channel):
|
||||
"""Check if the user has any of the required capabilities to manage
|
||||
|
Loading…
Reference in New Issue
Block a user