aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-09-26 14:06:47 +0100
committerGravatar jesopo2019-09-26 14:06:47 +0100
commitd6fa786806b537fa72048cdf8bf3b458797ee10d (patch)
tree11d64bd6302cab143f801ba131c692cd6aa7bf3c
parentsupport +/- modifiers on dice !roll (diff)
signature
!k should be alias_of !kick
-rw-r--r--modules/channel_op.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/channel_op.py b/modules/channel_op.py
index 564abbed..9460be46 100644
--- a/modules/channel_op.py
+++ b/modules/channel_op.py
@@ -49,7 +49,7 @@ class Module(ModuleManager.BaseModule):
raise utils.EventError("No such user")
@utils.hook("received.command.kick")
- @utils.hook("received.command.k", alias_of="k")
+ @utils.hook("received.command.k", alias_of="kick")
@utils.kwarg("min_args", 1)
@utils.kwarg("require_mode", "o")
@utils.kwarg("require_access", "kick")