Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 1.01 KB

File metadata and controls

16 lines (13 loc) · 1.01 KB

Commands

The bot supports commands that are fully controlled through whispers. Commands are, as of 0.1.0 and onwards, only available for admins (specified in the config.js file).

All commands need to be prefixed with what is specified in the config.js file. By default it's !.

Parameters are specified as <required>, [optional] and (none).

Command Parameters Description
join <channel> Joins the specified channel and adds it to the list of channels
ignore <channel> <username> Adds the username to the ignore list for the specified channel.
leave <channel> Leaves the specified channel and removes it from the list of channels
part <channel> Alias of leave
ping (none) Replies with PONG (for testing purposes)
unignore <channel> <username> Removes the username from the ignore list for the specified channel.
version (none) Replies with the app version.