mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-02 05:16:21 +00:00
Document how to block users in MUCs
Regards https://github.com/profanity-im/profanity/issues/618
This commit is contained in:
@@ -402,12 +402,14 @@ 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, 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(
|
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." },
|
||||||
{ "remove <jid>", "Remove the specified Jabber ID from the blocked list." })
|
{ "remove <jid>", "Remove the specified Jabber ID from the blocked list." })
|
||||||
CMD_EXAMPLES(
|
CMD_EXAMPLES(
|
||||||
"/blocked add spammer@spam.org")
|
"/blocked add spammer@spam.org",
|
||||||
|
"/blocked add profanity@rooms.dismail.de/spammy-user")
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "/group",
|
{ "/group",
|
||||||
|
|||||||
Reference in New Issue
Block a user