mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-05-25 19:27:44 +03:00
Created Available commands list (markdown)
parent
86090b93c2
commit
2f2bba7559
16
Available-commands-list.md
Normal file
16
Available-commands-list.md
Normal file
@ -0,0 +1,16 @@
|
||||
For check available commands list type the command `/help` :
|
||||
-> Available commands :
|
||||
<table>
|
||||
<tr><td>/away [REASON]</td><td>- Set away reason, or empty to unset.</td></tr>
|
||||
<tr><td>/exit</td><td>- Exit the chat.</td></tr>
|
||||
<tr><td>/focus [USER ...]</td><td>- Only show messages from focused users, or $ to reset.</td></tr>
|
||||
<tr><td>/ignore [USER]</td><td>- Hide messages from USER, /unignore USER to stop hiding.</td></tr>
|
||||
<tr><td>/msg USER MESSAGE</td><td>- Send MESSAGE to USER.</td></tr>
|
||||
<tr><td>/names</td><td>- List users who are connected.</td></tr>
|
||||
<tr><td>/nick NAME</td><td>- Rename yourself.</td></tr>
|
||||
<tr><td>/quiet</td><td>- Silence room announcements.</td></tr>
|
||||
<tr><td>/reply MESSAGE</td><td>- Reply with MESSAGE to the previous private message.</td></tr>
|
||||
<tr><td>/theme [colors|...]</td><td>- Set your color theme.</td></tr>
|
||||
<tr><td>/timestamp [time|datetime]</td><td>- Prefix messages with a timestamp. You can also provide the UTC offset: /timestamp time +5h45m</td></tr>
|
||||
<tr><td>/whois USER</td><td>- Information about USER.</td></tr>
|
||||
</table>
|
Loading…
x
Reference in New Issue
Block a user