From 520d8b681fe2f99fe2dfc567a583a26bf44d3172 Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 30 Jan 2019 21:07:03 +0000 Subject: Actually add private_unban function def. oops. (channel_op.py) --- modules/channel_op.py | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.3.1-10-gc9f91