forked from trinitrix/core
14 lines
872 B
Markdown
14 lines
872 B
Markdown
|
# Commands
|
||
|
Trinitrix relies heavily on the concept of commands.
|
||
|
There is a command for every interaction with the application.
|
||
|
By this, everything can use the same internal API, what makes the whole application extreme extensible and customizable.
|
||
|
|
||
|
## Available Commands
|
||
|
|
||
|
| Command | Description |
|
||
|
|-----------------|-------------------------------------------------------------------------------|
|
||
|
| Exit | Terminates the whole application. |
|
||
|
| CommandLineShow | Shows the command line. |
|
||
|
| CommandLineHide | Hides the command line. |
|
||
|
| RoomMessageSend | Sends the message, which is passed as argument, to the currently active room. |
|