Actually add private_unban function def. oops. (channel_op.py)

This commit is contained in:
jesopo 2019-01-30 21:07:03 +00:00
parent d2dbb0a249
commit 520d8b681f

View file

@ -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>