diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-12-17 11:05:20 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-03-09 17:53:42 +0100 |
commit | c93640ad85fae442cb722921fcdb6a64c7152bc0 (patch) | |
tree | 8d3c74a0058779e3af2168aea7719a928eb8a083 /doc/source/commands.rst | |
parent | 558ef877cbcc477ed0fd8e395196e92ddca6d6a3 (diff) | |
download | poezio-c93640ad85fae442cb722921fcdb6a64c7152bc0.tar.gz poezio-c93640ad85fae442cb722921fcdb6a64c7152bc0.tar.bz2 poezio-c93640ad85fae442cb722921fcdb6a64c7152bc0.tar.xz poezio-c93640ad85fae442cb722921fcdb6a64c7152bc0.zip |
Document the affiliation and roles commands
Diffstat (limited to 'doc/source/commands.rst')
-rw-r--r-- | doc/source/commands.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 99b47c7b..663c85c7 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -314,6 +314,19 @@ MultiUserChat tab commands .. glossary:: :sorted: + /affiliation + **Usage:** ``/affiliation <nick> <affiliation>`` + + Sets the affiliation of the participant designated by **nick** to the + given **affiliation** (can be one of owner, admin, member, outcast + and none). + + /role + **Usage:** ``/affiliation <nick> <role>`` + + Sets the role of the participant designated by **nick** to the given + **role** (can be one of moderator, participant, visitor and none). + /color **Usage:** ``/color <nick> <color>`` |