diff options
author | James Booth <boothj5@gmail.com> | 2014-10-24 19:10:29 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-10-24 19:11:23 +0100 |
commit | bc563851aa75e30b4437aec640ae18cd3832312b (patch) | |
tree | 07fbf792479438639dfedb244966b5b28e838e5f /src/command | |
parent | 5fc35bd6a64e17db7d6ee4cfcc1077469ead62f4 (diff) | |
download | profani-tty-bc563851aa75e30b4437aec640ae18cd3832312b.tar.gz |
Updated privileges help
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/command.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/command/command.c b/src/command/command.c index b6fd572c..44387e16 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -551,10 +551,7 @@ static struct cmd_t command_defs[] = { "/privileges on|off", "Show occupant privileges in chat rooms.", { "/privileges on|off", "---------------------------", - "If enabled:", - "The room roster will be broken down my role.", - "An occupants role and affiliation will be shown when they join a room.", - "Changes to occupant privileges will be shown in the chat room.", + "If enabled the room roster will be broken down my role, and role information will be showin in the room.", NULL } } }, { "/beep", |