aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/random_number.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/random_number.py b/modules/random_number.py
index 51acb5a0..d0d46718 100644
--- a/modules/random_number.py
+++ b/modules/random_number.py
@@ -37,9 +37,9 @@ class Module(ModuleManager.BaseModule):
event["stdout"].write("%s tosses a coin and gets %s" %
(event["user"].nickname, chosen_side))
- @utils.hook("received.command.uuid")
+ @utils.hook("received.command.uuid4")
def uuid(self, event):
"""
- :help: Get a random uuid
+ :help: Get a random uuid4
"""
event["stdout"].write(str(uuid.uuid4()))