Remove old translation

This commit is contained in:
dave 2014-10-14 17:58:50 -07:00
parent 6abde58c6d
commit 543c6c8bbe
1 changed files with 0 additions and 2 deletions

View File

@ -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)