diff --git a/src/callbacks.py b/src/callbacks.py index abcd26501..3432d4993 100644 --- a/src/callbacks.py +++ b/src/callbacks.py @@ -1177,8 +1177,6 @@ class Commands(BasePlugin): except (SyntaxError, Error), e: self.log.debug('Error return: %s', utils.exnToString(e)) irc.error(str(e)) - except Error, e: - irc.error(str(e)) except Exception, e: self.log.exception('Uncaught exception in %s.', command) if conf.supybot.reply.error.detailed():