diff options
author | pranomostro <pranomestro@gmail.com> | 2017-03-05 01:32:00 +0100 |
---|---|---|
committer | pranomostro <pranomestro@gmail.com> | 2017-03-05 01:32:00 +0100 |
commit | 332c06103b614e8c3eb9b3a3e684c08b70a9e19f (patch) | |
tree | bb8a96020d012c6591320e657226e74e93f9674f /README | |
parent | ace2f9d08fc3cc219a33081f0f8029910e2b2bbb (diff) |
Update docs and fix minor code issue:
Update error messages.
NUM/invite now also accepts ID's (not only public keys).
The title is now also changed for the changer.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -64,6 +64,11 @@ to help explain the semantics of the individual files. | |-- id # 'cat id' to show your own ID, you can give this to your friends | +|-- conf # managing conferences +| |-- err # conference related errors +| |-- in # 'echo "group title" >in' for creating a new group +| |-- out # 'echo 1 >out/ID_COOKIE' for joining a conference +| |-- name # changing your nick | |-- err # nickname related errors | |-- in # 'echo my-new-nick > in' to change your name |