From 6abde58c6dd6cfe5addb00fea0d7f7b5c68107f1 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 14 Oct 2014 17:54:46 -0700 Subject: [PATCH] Remove old scores url --- pyircbot/modules/DuckHunt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyircbot/modules/DuckHunt.py b/pyircbot/modules/DuckHunt.py index 599f8cf..e4c6b26 100644 --- a/pyircbot/modules/DuckHunt.py +++ b/pyircbot/modules/DuckHunt.py @@ -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