mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 04:32:36 +01:00
Conditional: Fix handling of exceptions.
This commit is contained in:
parent
43f1e5cd24
commit
1724d6867b
@ -66,7 +66,7 @@ class Conditional(callbacks.Plugin):
|
||||
try:
|
||||
self.Proxy(irc.irc, msg, tokens)
|
||||
except Exception, e:
|
||||
log.exception('Uncaught exception in requested function:')
|
||||
self.log.exception('Uncaught exception in requested function:')
|
||||
|
||||
@internationalizeDocstring
|
||||
def cif(self, irc, msg, args, condition, ifcommand, elsecommand):
|
||||
|
Loading…
Reference in New Issue
Block a user