diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/channel_op.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/channel_op.py b/modules/channel_op.py index b1d29bfd..e4b33112 100644 --- a/modules/channel_op.py +++ b/modules/channel_op.py @@ -168,6 +168,7 @@ class Module(ModuleManager.BaseModule): event["stderr"].write(str(e)) @utils.hook("received.command.unban", private_only=True, min_args=2) + def private_unban(self, event): """ :help: Unban a user/hostmask from the current channel :usage: <channel> <nickname/hostmask> |
