872 B
872 B
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. |