Update README.md

This commit is contained in:
Robin Nilsson 2014-09-23 20:19:00 +02:00
parent 88382a0a2b
commit 4f4216eb69
1 changed files with 27 additions and 13 deletions

View File

@ -12,6 +12,8 @@ Features
* Quick-links (not recommended) using http://server/#Room:Passphrase * Quick-links (not recommended) using http://server/#Room:Passphrase
* Super simple setup * Super simple setup
* Notification sounds (mutable) * Notification sounds (mutable)
* Native popup notifications
* Configurable page title
* ~~Flashing title on new messages~~ * ~~Flashing title on new messages~~
@ -43,16 +45,28 @@ Usage
======== ========
``` ```
Available commands: Available commands:
Client:
/key StrongPassphrase Sets encryption key
/nick NickName Sets an optional nick
/mute Audio on
/unmute Audio off
/clear Clear on-screen buffer
/help This
/title Set your local page title
Room:
/generate Generate random room /generate Generate random room
/join RoomId Join a room /join RoomId Join a room
/count Count participants of room
/nick NickName Sets an optional nick
/key OurStrongPassphrase Sets encryption key
/leave Leave the room /leave Leave the room
/clear Clear on-screen buffer /count Count participants
/mute Toggle notification sounds
/help This Host:
/hosts List available hosts
/connect HostIndex Connect to selected host
/disconnect Disconnect from host
You can select any of the five last commands/messages with up/down key. You can select any of the five last commands/messages with up/down key.