src/callbacks: Remove a duplicate except statement.

This commit is contained in:
James Vega 2005-06-28 20:57:32 +00:00
parent e4c9381f7b
commit 464c1e3cb9
1 changed files with 0 additions and 2 deletions

View File

@ -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():