diff options
| author | 2019-09-26 14:06:47 +0100 | |
|---|---|---|
| committer | 2019-09-26 14:06:47 +0100 | |
| commit | d6fa786806b537fa72048cdf8bf3b458797ee10d (patch) | |
| tree | 11d64bd6302cab143f801ba131c692cd6aa7bf3c /modules | |
| parent | support +/- modifiers on dice !roll (diff) | |
| signature | ||
!k should be alias_of !kick
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/channel_op.py | 2 |
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") |
