Remove old scores url

This commit is contained in:
dave 2014-10-14 17:54:46 -07:00
parent f1a7d54208
commit 6abde58c6d
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class DuckHunt(ModuleBase):
self.bot.act_PRIVMSG(fromWho, "You've shot %s %s for a total weight of %s lbs." % (kills, self.config["animalSpeciesPlural"], weight))
self.bot.act_PRIVMSG(fromWho, "%s prime catches, %s runts, %s bullets used and %s misses." % (prime, runts, shots, misses))
self.bot.act_PRIVMSG(fromWho, "More info & highscores: http://duckhunt.xmopx.net/")
#self.bot.act_PRIVMSG(fromWho, "More info & highscores: http://duckhunt.xmopx.net/")
print("DuckHunt: %s used !huntscore" % fromWho)
return