diff options
Diffstat (limited to 'module/plugins/hooks/IRCInterface.py')
-rw-r--r-- | module/plugins/hooks/IRCInterface.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/IRCInterface.py b/module/plugins/hooks/IRCInterface.py index 6135b3244..a3d538272 100644 --- a/module/plugins/hooks/IRCInterface.py +++ b/module/plugins/hooks/IRCInterface.py @@ -191,7 +191,7 @@ class IRCInterface(Thread, Addon): self.response(line, msg['origin']) except Exception, e: - self.log_error(e) + self.log_error(e, trace=True) def response(self, msg, origin=""): |