aboutsummaryrefslogtreecommitdiff
path: root/modules/ducks.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ducks.py')
-rw-r--r--modules/ducks.py5
1 files changed, 3 insertions, 2 deletions
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(