diff --git a/TimeBomb/plugin.py b/TimeBomb/plugin.py index 48504c7..45b2257 100644 --- a/TimeBomb/plugin.py +++ b/TimeBomb/plugin.py @@ -98,8 +98,13 @@ class TimeBomb(callbacks.Plugin): self.responded = False self.rng = random.Random() self.rng.seed() + + def get(group): + v = group.getSpecific(channel=channel) + return v() + try: - self.command_char = conf.supybot.reply.whenAddressedBy.chars()[0] + self.command_char = get(conf.supybot.reply.whenAddressedBy.chars)[0] except: self.command_char = "" if self.debug: