about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-01 20:20:15 +0100
committerJames Booth <boothj5@gmail.com>2016-05-01 20:20:15 +0100
commitd2df850f38ab050d2e7d6291034c67e000da982a (patch)
tree2354db02ba692242cb655f66ceed082883a84d54
parent5a48b7b7d5a170154054f31b7ba11a3b5746e4b6 (diff)
downloadprofani-tty-d2df850f38ab050d2e7d6291034c67e000da982a.tar.gz
Update /blocked help
-rw-r--r--src/command/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c
index fd357668..ac23fbce 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -438,7 +438,7 @@ static struct cmd_t command_defs[] =
         CMD_DESC(
             "Manage blocked users, calling with no arguments shows the current list of blocked users.")
         CMD_ARGS(
-            { "add [<jid>]",    "Block the specified Jabber ID, if called in a chat window, the current recipient will be used." },
+            { "add [<jid>]",    "Block the specified Jabber ID, if in a chat window, and not jid specified, the current recipient will be blocked." },
             { "remove <jid>",   "Remove the specified Jabber ID from the blocked list." })
         CMD_EXAMPLES(
             "/blocked add spammer@spam.org")