Software /
code /
clix
Changeset
163:801fcbe4a642
clix.moderate: Add --reason to help text
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 22 Nov 2021 18:47:31 +0100 |
parents | 162:28acd1ca0ffd |
children | 164:fafdcde2e2eb |
files | clix/moderate.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/clix/moderate.lua Sun Nov 21 14:10:27 2021 +0100 +++ b/clix/moderate.lua Mon Nov 22 18:47:31 2021 +0100 @@ -10,6 +10,7 @@ print("\t--end=timestamp") print("\t--from=nickname") print("\t--body-contains=\"some spam\"") + print("\t--reason=\"spam\"") print("\t--dry-run") return 0; elseif opts.short_help or arg[1] or not opts.room then