diff options
-rw-r--r-- | src/command/command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/command.c b/src/command/command.c index 97d2dfc6..05b047db 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -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.") |