aboutsummaryrefslogtreecommitdiff
path: root/modules/ducks.py
diff options
context:
space:
mode:
authorGravatar dngfx2018-09-01 20:54:18 +0100
committerGravatar dngfx2018-09-01 20:54:18 +0100
commit2db5d476a457c80dc767b59e710fedfc73ab459a (patch)
treed79776b2a2a1105438f05ec77aecfb9a34a3d321 /modules/ducks.py
parentMerge branch 'master' into master (diff)
signature
Uncomment duck stats
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(