From 2db5d476a457c80dc767b59e710fedfc73ab459a Mon Sep 17 00:00:00 2001 From: dngfx Date: Sat, 1 Sep 2018 20:54:18 +0100 Subject: Uncomment duck stats --- modules/ducks.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/ducks.py b/modules/ducks.py index 019f01ac..4f5bb9a1 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -28,8 +28,9 @@ class Module(object): help="See who the friendliest people to ducks are!") events.on("received.command.killers").hook(self.duck_enemies, help="See who shoots the most amount of ducks.") - # events.on("received.command.ducks").hook(self.duck_list, - # help="Shows a list of the most popular duck superstars.") + events.on("received.command.ducks").hook(self.duck_stats, + help="Shows your duck " + "stats!") events.on("postboot").on("configure").on( -- cgit v1.3.1-10-gc9f91