1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Mention XEP-0191 in blocked command

This commit is contained in:
Michael Vetter 2019-09-30 19:12:47 +02:00
parent 53c4c8548b
commit 7da2a444da

View File

@ -402,7 +402,7 @@ static struct cmd_t command_defs[] =
"/blocked add [<jid>]", "/blocked add [<jid>]",
"/blocked remove <jid>") "/blocked remove <jid>")
CMD_DESC( CMD_DESC(
"Manage blocked users, calling with no arguments shows the current list of blocked users." "Manage blocked users (XEP-0191), 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") "To blog a certain user in a MUC use the following as jid: room@conference.example.org/spammy-user")
CMD_ARGS( CMD_ARGS(
{ "add [<jid>]", "Block the specified Jabber ID. If in a chat window and no jid is specified, the current recipient will be blocked." }, { "add [<jid>]", "Block the specified Jabber ID. If in a chat window and no jid is specified, the current recipient will be blocked." },