From 1bf468224ec7475e17cbb3e289f572bae3bb8363 Mon Sep 17 00:00:00 2001 From: skizzerz Date: Tue, 14 Jun 2016 16:47:13 -0500 Subject: [PATCH] Update syntax descriptions --- messages/en.json | 2 +- src/wolfgame.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/en.json b/messages/en.json index 739b9bf..c684519 100644 --- a/messages/en.json +++ b/messages/en.json @@ -802,7 +802,7 @@ "fwarn_list_syntax": "Usage: fwarn list [-all] [nick[!user@host]|=account] [page]", "fwarn_view_syntax": "Usage: fwarn view ", "fwarn_del_syntax": "Usage: fwarn del ", - "fwarn_set_syntax": "Usage: fwarn set [| notes]", + "fwarn_set_syntax": "Usage: fwarn set [~expiry] [reason] [| notes]", "fwarn_help_syntax": "Usage: fwarn help ", "warn_list_syntax": "Usage: warn list [-all] [page]", "warn_view_syntax": "Usage: warn view ", diff --git a/src/wolfgame.py b/src/wolfgame.py index fcaeb8c..c9ff64b 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -8250,7 +8250,7 @@ def fwarn(cli, nick, chan, rest): # use =account. If not specified, shows all warnings on the bot. # !fwarn view - views details on warning id # !fwarn del - deletes warning id - # !fwarn set [| notes] + # !fwarn set [~expiry] [reason] [| notes] # !fwarn add [@] [~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,