diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-08-10 21:52:06 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-08-11 14:58:05 +0200 |
commit | d8e2b580d7569e2a3d6d775515582be898ee265f (patch) | |
tree | 6aba8728e64057467359f27851bdd5a61a53f480 /README.md | |
parent | 5c67b5800a29b10b4a27fdf467cd5a2ecd4fe40a (diff) |
Chatroom members and join/leave commands
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -121,6 +121,17 @@ are signed, so message author can not be forged. : Create public unmoderated chatroom. Room name can be passed as command argument or entered interactively. +`/members` +: List members of the chatroom – usesers who sent any message or joined via the +`join` command. + +`/join` +: Join chatroom without sending text message. + +`/leave` +: Leave the chatroom. User will no longer be listed as a member and erebos tool + will no longer collect message of this chatroom. + ### Add contacts To ensure the identity of the contact and prevent man-in-the-middle attack, |