Actually add private_unban function def. oops. (channel_op.py)
This commit is contained in:
parent
d2dbb0a249
commit
520d8b681f
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue