Skip to content

Plugins

Helzibah edited this page Apr 4, 2012 · 7 revisions

Plugins

Read the documentation!

Conventions

  1. A successful command should always return at least one line of response, using reply().

<Helzibah> !vote 0
<csyorkbot> Helzibah: Vote registered for 'raspberry'

  1. Error messages should always be returned using error(). This will automatically be silent for indirect commands and address the user for direct commands:

<Helzibah> !vote 9
<Helzibah> csyorkbot: vote 9
<csyorkbot> Helzibah: Error: index out of range: 9

Clone this wiki locally