From 6d518327a3930de15f4bd13ade50c803721c6866 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 7 Feb 2016 19:32:23 +0000 Subject: [PATCH] Fixed /role and /affiliation help --- src/command/command.c | 4 ++-- 1 file 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 []", - "/list []") + "/affiliation list []") 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 []", - "/list []") + "/role list []") CMD_DESC( "Manage room roles. " "Role may be one of moderator, participant, visitor or none.")