From 2f2bba75597589d23a95dfca7c617e5f5d1628f2 Mon Sep 17 00:00:00 2001 From: ipolo0000i <36645557+ipolo0000i@users.noreply.github.com> Date: Mon, 26 Jul 2021 09:56:24 +0200 Subject: [PATCH] Created Available commands list (markdown) --- Available-commands-list.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Available-commands-list.md diff --git a/Available-commands-list.md b/Available-commands-list.md new file mode 100644 index 0000000..3ea425e --- /dev/null +++ b/Available-commands-list.md @@ -0,0 +1,16 @@ +For check available commands list type the command `/help` : +-> Available commands : +
/away [REASON] | - Set away reason, or empty to unset. |
/exit | - Exit the chat. |
/focus [USER ...] | - Only show messages from focused users, or $ to reset. |
/ignore [USER] | - Hide messages from USER, /unignore USER to stop hiding. |
/msg USER MESSAGE | - Send MESSAGE to USER. |
/names | - List users who are connected. |
/nick NAME | - Rename yourself. |
/quiet | - Silence room announcements. |
/reply MESSAGE | - Reply with MESSAGE to the previous private message. |
/theme [colors|...] | - Set your color theme. |
/timestamp [time|datetime] | - Prefix messages with a timestamp. You can also provide the UTC offset: /timestamp time +5h45m |
/whois USER | - Information about USER. |