Making bMotion Say Stuff
So you've got your bMotion installed and it's pretty awesome, but you just know it would be better if you could make it respond to more things or say different ones.
Sure! There's a couple of ways to approach this which depend on exactly what you want to do.
Adding different responses to existing things
(TODO)
Making the bot respond to something new
There are two options here: having the bot just output a line (or more) when someone says something, and having something more complicated happen.
The former can be done with a "simple" plugin. SimplePlugins match a line of text on IRC and fire with a probability. When they trigger, they output one line from a list. (Each line can expand to multiple lines of output with macros.)
The latter is a "complex" plugin. ComplexPlugins? match a line of text on IRC and fire with a probability. When they trigger, they execute a block of TCL code.
