aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-05-06 19:27:42 +0100
committerGravatar jesopo2019-05-06 19:27:42 +0100
commit3e3e39e05414c35611bd8bfc69c142c4eeb070c2 (patch)
tree85b88bbaeefc0efdf5a991f4ea6cf08cf054ca91 /modules
parentAdd !serverunignore (diff)
signature
Fix birthday.py help text copypaste fail
Diffstat (limited to 'modules')
-rw-r--r--modules/birthday.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/birthday.py b/modules/birthday.py
index 24d7c4b9..124229aa 100644
--- a/modules/birthday.py
+++ b/modules/birthday.py
@@ -33,11 +33,10 @@ def _apostrophe(nickname):
@utils.export("set", {"setting": "birthday", "help": "Set your birthday",
"validate": _check})
class Module(ModuleManager.BaseModule):
-
@utils.hook("received.command.birthday")
def birthday(self, event):
"""
- :help: Get your, or someone else's, pronouns
+ :help: Get your, or someone else's, birthday
:usage: [nickname]
"""
target_user = event["user"]