Python

User

  • !command
    • !command add [limiter]<command> <response...>
    • !command remove <command>
    • !command list
    • !command enable <command>
    • !command disable <command>
    • !command count <command> [action]
  • Variables
    • %USER%
    • %ARGN%
    • %ARGS%
    • %COUNT%
    • %CHANNEL%
  • Modifiers
    • upper
    • lower
    • title
    • reverse
    • tag
    • shuffle
  • !alias
    • !alias add <alias> <command> [args...]
    • !alias remove <alias>
    • !alias list
  • !repeat
    • !repeat add <interval> <command>
    • !repeat remove <command>
    • !repeat list
  • !quote
    • !quote [id]
    • !quote add <quote...>
    • !quote edit <id> <quote...>
    • !quote remove <id>
  • !social
    • !social [services...]
    • !social add <service> <url>
    • !social remove <service>
  • !config
    • !config announce <follow|subscribe|host>
    • !config spam <urls|emoji|caps> <value>
  • !trust
    • !trust <user>
    • !trust add <user>
    • !trust remove <user>
    • !trust list
  • !multi
    • !multi [service]:[channel]

Developer

  • Packets
    • Base Packet
    • Message Packet
    • Ban Packet
    • Event Packet
  • Commands
  • Handlers
    • Base Handler
    • Handler Controller
 
Python
  • Docs »
  • <no title>
  • Edit on GitHub

User¶

  • !command
    • !command add [limiter]<command> <response...>
    • !command remove <command>
    • !command list
    • !command enable <command>
    • !command disable <command>
    • !command count <command> [action]
  • Variables
    • %USER%
    • %ARGN%
    • %ARGS%
    • %COUNT%
    • %CHANNEL%
  • Modifiers
    • upper
    • lower
    • title
    • reverse
    • tag
    • shuffle
  • !alias
    • !alias add <alias> <command> [args...]
    • !alias remove <alias>
    • !alias list
  • !repeat
    • !repeat add <interval> <command>
    • !repeat remove <command>
    • !repeat list
  • !quote
    • !quote [id]
    • !quote add <quote...>
    • !quote edit <id> <quote...>
    • !quote remove <id>
  • !social
    • !social [services...]
    • !social add <service> <url>
    • !social remove <service>
  • !config
    • !config announce <follow|subscribe|host>
    • !config spam <urls|emoji|caps> <value>
  • !trust
    • !trust <user>
    • !trust add <user>
    • !trust remove <user>
    • !trust list
  • !multi
    • !multi [service]:[channel]

Developer¶

  • Packets
    • Base Packet
    • Message Packet
    • Ban Packet
    • Event Packet
  • Commands
  • Handlers
    • Base Handler
    • Handler Controller
Next

© Copyright .

Built with Sphinx using a theme provided by Read the Docs.