diff --git a/pyircbot/modules/DuckHunt.py b/pyircbot/modules/DuckHunt.py index e4c6b26..354013e 100644 --- a/pyircbot/modules/DuckHunt.py +++ b/pyircbot/modules/DuckHunt.py @@ -115,8 +115,6 @@ class DuckHunt(ModuleBase): message += self.config["animalNameFemale"]+" " message += "in %s seconds!" % shotIn - if fromWho=="Moodh": - message = "%s murders a %s lb smor in %s seconds!" % (fromWho, bagged["weight"], shotIn) self.bot.act_PRIVMSG(self.config["activeChannel"], message) self.addKillFor(fromWho, bagged)