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 []", "Block the specified Jabber ID, if called in a chat window, the current recipient will be used." }, + { "add []", "Block the specified Jabber ID, if in a chat window, and not jid specified, the current recipient will be blocked." }, { "remove ", "Remove the specified Jabber ID from the blocked list." }) CMD_EXAMPLES( "/blocked add spammer@spam.org")