Update syntax descriptions

This commit is contained in:
skizzerz 2016-06-14 16:47:13 -05:00
parent b39828be7f
commit 1bf468224e
2 changed files with 2 additions and 2 deletions

View File

@ -802,7 +802,7 @@
"fwarn_list_syntax": "Usage: fwarn list [-all] [nick[!user@host]|=account] [page]", "fwarn_list_syntax": "Usage: fwarn list [-all] [nick[!user@host]|=account] [page]",
"fwarn_view_syntax": "Usage: fwarn view <id>", "fwarn_view_syntax": "Usage: fwarn view <id>",
"fwarn_del_syntax": "Usage: fwarn del <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>", "fwarn_help_syntax": "Usage: fwarn help <subcommand>",
"warn_list_syntax": "Usage: warn list [-all] [page]", "warn_list_syntax": "Usage: warn list [-all] [page]",
"warn_view_syntax": "Usage: warn view <id>", "warn_view_syntax": "Usage: warn view <id>",

View File

@ -8250,7 +8250,7 @@ def fwarn(cli, nick, chan, rest):
# use =account. If not specified, shows all warnings on the bot. # use =account. If not specified, shows all warnings on the bot.
# !fwarn view <id> - views details on warning id # !fwarn view <id> - views details on warning id
# !fwarn del <id> - deletes 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] # !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 # 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, # nick => nick to warn. Can also be a hostmask in nick!user@host form. If nick is not online,