def __init__(self, bot, config):
     EPBotImplant.__init__(self, bot, config)
     self.vote_rounds = VoteRounds(self.config[self._config_keys[0]])
 def __init__(self, bot, config):
     EPBotImplant.__init__(self, bot, config)
     self.vote_rounds   = VoteRounds(self.config[self._config_keys[0]])
     self._used_regexes = {key: re.compile(rgx) for key, rgx in self._used_regexes.items()}