Update syntax descriptions
This commit is contained in:
parent
b39828be7f
commit
1bf468224e
@ -802,7 +802,7 @@
|
||||
"fwarn_list_syntax": "Usage: fwarn list [-all] [nick[!user@host]|=account] [page]",
|
||||
"fwarn_view_syntax": "Usage: fwarn view <id>",
|
||||
"fwarn_del_syntax": "Usage: fwarn del <id>",
|
||||
"fwarn_set_syntax": "Usage: fwarn set <id> <reason> [| notes]",
|
||||
"fwarn_set_syntax": "Usage: fwarn set <id> [~expiry] [reason] [| notes]",
|
||||
"fwarn_help_syntax": "Usage: fwarn help <subcommand>",
|
||||
"warn_list_syntax": "Usage: warn list [-all] [page]",
|
||||
"warn_view_syntax": "Usage: warn view <id>",
|
||||
|
@ -8250,7 +8250,7 @@ def fwarn(cli, nick, chan, rest):
|
||||
# use =account. If not specified, shows all warnings on the bot.
|
||||
# !fwarn view <id> - views details on warning id
|
||||
# !fwarn del <id> - deletes warning id
|
||||
# !fwarn set <id> <reason> [| notes]
|
||||
# !fwarn set <id> [~expiry] [reason] [| notes]
|
||||
# !fwarn add <nick> [@]<points> [~expiry] [sanctions] <:reason> [| notes]
|
||||
# e.g. !fwarn add lykos @1 ~30d deny=goat,gstats stasis=5 :Spamming | I secretly just hate him
|
||||
# nick => nick to warn. Can also be a hostmask in nick!user@host form. If nick is not online,
|
||||
|
Loading…
Reference in New Issue
Block a user