aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar jesopo2020-01-26 02:52:38 +0000
committerGravatar jesopo2020-01-26 02:52:38 +0000
commitc33f8bbaf8f3f315fd8d6ea9ac1c3d60d278314f (patch)
tree1cf7af96e64026975ec7a05d7ca54f070a7d87de /src
parentadd `nuser` spec arg type; to get a user, new or not (diff)
signature
?time->?duration, remove now unneeded usage kwarg
Diffstat (limited to 'src')
-rw-r--r--src/core_modules/ignore.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core_modules/ignore.py b/src/core_modules/ignore.py
index 4cee03f0..3420e35f 100644
--- a/src/core_modules/ignore.py
+++ b/src/core_modules/ignore.py
@@ -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 = ""