diff options
-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>`` |