mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -05:00
Update plugin.py
This commit is contained in:
parent
67956f61d4
commit
a46a0164fe
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user