diff options
author | Emiel van Rooijen <evrooije@users.noreply.github.com> | 2017-07-14 09:16:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-14 09:16:43 +0200 |
commit | 57c68f12ad605ded20516bd896b2af55ae449819 (patch) | |
tree | 0cd834525e5eb001f6ce47a6aea3f7da758e26f4 | |
parent | 5cafc5555b6f38a95d873ecf765dd6cdc83cef6c (diff) | |
download | beerchat-57c68f12ad605ded20516bd896b2af55ae449819.tar.gz beerchat-57c68f12ad605ded20516bd896b2af55ae449819.tar.bz2 beerchat-57c68f12ad605ded20516bd896b2af55ae449819.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ * Support for chat rooms, called channels, in which members can privately chat without flooding the main channel * The default chat has been turned into a channel as well, called main. You can leave (and rejoin) the main channel, e.g. when you are not interested or it is too spammy * Extremely easy to chat in a channel, just start your message with #your channel name: (in case of spaces in the channel name) or #my_channel (no colon needed if there are no spaces in the name) -* You can still chat the old way. Just enter your message like you used to do and it will appear in the main chat automatically (no need to prepend with #main or do other difficult things to chat like you used to) +* You can still chat the old way. Just enter your message like you used to do and it will appear in the main chat automatically (no need to prepend with #main or do other difficult things) * Channels can be assigned a color so messages in that channel appear in that color. This way you can easily differentiate between main channel chats and private channel chats * Distance based chatting, called whispering. Players out of range will not see your message, players in range will see the message in a different color. Ideal to talk to nearby people and to differentiate messages * Provides shortcuts: @ for PMs, # for chat room messages and $ to whisper |