mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Fixed /role and /affiliation help
This commit is contained in:
parent
62b0cdd8fd
commit
6d518327a3
@ -662,7 +662,7 @@ static struct cmd_t command_defs[] =
|
||||
CMD_TAG_GROUPCHAT)
|
||||
CMD_SYN(
|
||||
"/affiliation set <affiliation> <jid> [<reason>]",
|
||||
"/list [<affiliation>]")
|
||||
"/affiliation list [<affiliation>]")
|
||||
CMD_DESC(
|
||||
"Manage room affiliations. "
|
||||
"Affiliation may be one of owner, admin, member, outcast or none.")
|
||||
@ -678,7 +678,7 @@ static struct cmd_t command_defs[] =
|
||||
CMD_TAG_GROUPCHAT)
|
||||
CMD_SYN(
|
||||
"/role set <role> <nick> [<reason>]",
|
||||
"/list [<role>]")
|
||||
"/role list [<role>]")
|
||||
CMD_DESC(
|
||||
"Manage room roles. "
|
||||
"Role may be one of moderator, participant, visitor or none.")
|
||||
|
Loading…
Reference in New Issue
Block a user