diff --git a/TimeBomb/plugin.py b/TimeBomb/plugin.py index d68842c..4bb7958 100644 --- a/TimeBomb/plugin.py +++ b/TimeBomb/plugin.py @@ -87,7 +87,7 @@ class TimeBomb(callbacks.Plugin): self.rng.seed() try: self.command_char = conf.supybot.reply.whenAddressedBy.chars()[0] - except KeyError: + except: self.command_char = '' if self.debug: self.irc.reply('I just created a bomb in {}'.format(channel))