Skip to content
Matthew Walker edited this page Oct 15, 2021 · 8 revisions

Admin Commands

A few notes about the way I document commands:

  • Text in angle brackets ( <> ) is something that should be replaced, with an explanation of what it is between the brackets. For example, <duration> would be replaced with a number like 15. Not <15>.
  • If there are square brackets ( [] ) around an argument, that means it is optional and can be left off completely.

Chat / Channel Commands

  • $automuzzlewars [<#channel>] <0/1> – Whether to auto-muzzle during wars
  • $chatterlevel [<#channel>] list – See the current chatter levels in the current/specified channel.
  • $chatterlevel [<#channel>] set <%/Msg> <Name Multiplier> <%/Min> – Set the chatter levels in the current/specified channel.
  • $chatterflag [<#channel>] list – List current chatter flags for channel
  • $chatterflag [<#channel>] set <type> <0/1> – Set a chatter flag for channel
  • $commandflag [<#channel>] list – List command flags for channel
  • $commandflag [<#channel>] set <command> <0/1> – Set a command flag for channel
  • $muzzle [<#channel>] <minutes> – Turns on muzzle temporarily. -1 minutes is indefinite.
  • NYI $twitterrelay list <#channel> – List twitter relays for channel
  • NYI $twitterrelay <add/remove> <#channel> <account> – Add or remove an account from channel twitter relay
  • $ignore <username> – Places user on the bot’s ignore list
  • $unignore <username> – Removes user from bot’s ignore list
  • $listignores – Prints the list of ignored users
  • @$timezone [<#channel>] – Update channel’s timezone.

Process Related Commands (Super-Admin Only)

  • $shutdown – Forces bot to exit
  • $reload – Reloads data from MySQL

Clone this wiki locally