diff options
| author | 2019-01-29 17:37:14 +0000 | |
|---|---|---|
| committer | 2019-01-29 17:37:14 +0000 | |
| commit | 0c319be1e5cdc2f7645a50bd5a0c4ad039cc5896 (patch) | |
| tree | 1ab3907963ce6c82e7eccc7cf7ef0be14ba6e973 | |
| parent | Remove `haveibeenpwned.py`, it's 99% useless (diff) | |
| signature | ||
Correct usage help for kickban/tempkickban (channel_op.py)
| -rw-r--r-- | modules/channel_op.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/channel_op.py b/modules/channel_op.py index d6d6c109..3deb2c86 100644 --- a/modules/channel_op.py +++ b/modules/channel_op.py @@ -112,7 +112,7 @@ class Module(ModuleManager.BaseModule): def temp_ban(self, event): """ :help: Temporarily ban someone from the current channel - :usage: <nickname/hostmask> + :usage: <nickname/hostmask> <time> [reason] :require_mode: o :require_access: ban :prefix: Tempban @@ -128,7 +128,7 @@ class Module(ModuleManager.BaseModule): def temp_kick_ban(self, event): """ :help: Temporarily kick and ban someone from the current channel - :usage: <nickname> + :usage: <nickname> <time> [reason] :require_mode: o :require_access: kickban :prefix: TKB |
