# HG changeset patch # User Kim Alvefur # Date 1637603251 -3600 # Node ID 801fcbe4a642f9904ab34d6c5b084d3374988717 # Parent 28acd1ca0ffd191b20f7c674c25e112eb37c2ab0 clix.moderate: Add --reason to help text diff -r 28acd1ca0ffd -r 801fcbe4a642 clix/moderate.lua --- 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