Skip to content

Instantly share code, notes, and snippets.

@MuellerMH
Created April 7, 2017 11:18
Show Gist options
  • Save MuellerMH/5fef46e089450f7ccdd733fa47f6e6f3 to your computer and use it in GitHub Desktop.
Save MuellerMH/5fef46e089450f7ccdd733fa47f6e6f3 to your computer and use it in GitHub Desktop.
LCTV Bot Gist

Core Commands

!unban

Unbans the specified user.

!ban

Bans the specified user.

!addcommand {command} {output}

Adds a new command to the bot (Mod only).

!removecomamnd {command}

Removes a command from the bot (Mod only).

!help

Shows the documentation for core, plugins, and custom commands.

!top {X}

Displays the top X viewers.

!setsubject {subject}

Sets the room's subject to {subject}.

!todo

List the current TODOs.

!todo -a {TODO item}

Adds specified item to the TODO list (Mod only).

!todo -r {X}

Removes TODO item at index X from the TODO list (Mod only).

!todo -c {X}

Completes the TODO item at the specified index (Mod only).

!status

Returns the status of the user.

!getstatus {username}

Returns the status of the specified user.

!setstatus {username} {status}

Sets the status of the specified user to the specified status.

!voices

Lists the available voices to be used with the !say command.

Plugin Commands

Custom Commands

No custom commands available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment