aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/channel_op.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/channel_op.py b/modules/channel_op.py
index 4cef0f99..1a8d7ee1 100644
--- a/modules/channel_op.py
+++ b/modules/channel_op.py
@@ -90,6 +90,7 @@ class Module(ModuleManager.BaseModule):
channel.send_unban(event["hostmask"])
@utils.hook("received.command.ban")
+ @utils.hook("received.command.b", alias_of="ban")
@utils.kwarg("min_args", 1)
@utils.kwarg("require_mode", "o")
@utils.kwarg("require_access", "ban")