?time->?duration, remove now unneeded usage kwarg
This commit is contained in:
parent
73ad5c5c1b
commit
c33f8bbaf8
1 changed files with 1 additions and 2 deletions
|
@ -45,8 +45,7 @@ class Module(ModuleManager.BaseModule):
|
|||
@utils.hook("received.command.ignore", min_args=1)
|
||||
@utils.kwarg("permission", "ignore")
|
||||
@utils.kwarg("help", "Ignore commands from a given user")
|
||||
@utils.kwarg("usage", "[+time] <nickname> [command]")
|
||||
@utils.spec("?time !<nickname>ouser ?<command>wordlower")
|
||||
@utils.spec("?duration !<nickname>ouser ?<command>wordlower")
|
||||
def ignore(self, event):
|
||||
setting = "ignore"
|
||||
for_str = ""
|
||||
|
|
Loading…
Reference in a new issue