This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
core/docs/Commands.md

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.