mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Update /blocked help
This commit is contained in:
parent
5a48b7b7d5
commit
d2df850f38
@ -438,7 +438,7 @@ static struct cmd_t command_defs[] =
|
|||||||
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.")
|
||||||
CMD_ARGS(
|
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." })
|
{ "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")
|
||||||
|
Loading…
Reference in New Issue
Block a user