diff options
| author | 2020-01-26 02:52:38 +0000 | |
|---|---|---|
| committer | 2020-01-26 02:52:38 +0000 | |
| commit | c33f8bbaf8f3f315fd8d6ea9ac1c3d60d278314f (patch) | |
| tree | 1cf7af96e64026975ec7a05d7ca54f070a7d87de | |
| parent | add `nuser` spec arg type; to get a user, new or not (diff) | |
| signature | ||
?time->?duration, remove now unneeded usage kwarg
| -rw-r--r-- | src/core_modules/ignore.py | 3 |
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 = "" |
