diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 358b3472..46e34512 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -402,12 +402,14 @@ static struct cmd_t command_defs[] = "/blocked add []", "/blocked remove ") CMD_DESC( - "Manage blocked users, calling with no arguments shows the current list of blocked users.") + "Manage blocked users, calling with no arguments shows the current list of blocked users." + "To blog a certain user in a MUC use the following as jid: room@conference.example.org/spammy-user") CMD_ARGS( { "add []", "Block the specified Jabber ID. If in a chat window and no jid is specified, the current recipient will be blocked." }, { "remove ", "Remove the specified Jabber ID from the blocked list." }) CMD_EXAMPLES( - "/blocked add spammer@spam.org") + "/blocked add spammer@spam.org", + "/blocked add profanity@rooms.dismail.de/spammy-user") }, { "/group",