combine docs into zoitechat repo

This commit is contained in:
2026-08-30 23:13:52 -06:00
parent 314171b2b1
commit 32cd536ada
133 changed files with 16394 additions and 0 deletions

33
docs/commands.rst Normal file
View File

@@ -0,0 +1,33 @@
Commands
========
Commands in ZoiteChat are prefixed with **/** and to escape them you can type it twice e.g. **//**
ZoiteChat will first try to run plugin commands, then user commands, then client commands, and lastly send it directly to the server.
User Commands
-------------
User commands can be used to create aliases, to run multiple commands at a time, or more complex custom commands. They are set in :menuselection:`Settings --> User Commands`.
An alias is just a shortcut refering to an existing command, for example */j* refers to */join &2*
Naming two user commands the same thing will run both in the order they are listed.
For more complex commands you can use these codes:
- **%c** Current channel
- **%e** Current network
- **%m** Machine info
- **%n** Your nick
- **%t** Time/date
- **%v** ZoiteChat version
- **%<num>** Word
- **&<num>** Word from end of line
.. _commands_list:
List of Commands
----------------
To get a full list of commands and what they do type :command:`/help -l`.