summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-10-29 20:19:46 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2024-10-29 21:36:21 +0100
commit5736b214b44bf34b3d2c0d6921c5044a6ad4378b (patch)
tree72c5ae2354fc1ebb93eff86e81876875e3277619 /README.md
parente51286039a0413cfbc456b0a9386c8ea369fdce3 (diff)
Chatroom-specific identity
Changelog: Chatroom-specific identity
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9535aab..75d9597 100644
--- a/README.md
+++ b/README.md
@@ -128,6 +128,11 @@ are signed, so message author can not be forged.
`/join`
: Join chatroom without sending text message.
+`/join-as <name>`
+: Join chatroom using a new identity with a name `<name>`. This new identity is
+ unrelated to the main one, and will be used for any future messages sent to
+ this chatroom.
+
`/leave`
: Leave the chatroom. User will no longer be listed as a member and erebos tool
will no longer collect message of this chatroom.