Skip to content

Instantly share code, notes, and snippets.

@bretterer
Created May 14, 2016 17:57
Show Gist options
  • Save bretterer/d0395d79aa2e75d1c35c89e8647c2c32 to your computer and use it in GitHub Desktop.
Save bretterer/d0395d79aa2e75d1c35c89e8647c2c32 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.

!say {[-voice VoiceName]} {message}

Verbally speaks a message.

!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

No plugin commands available.

Custom Commands

No custom commands available.

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