barrucadu / yukibot

An IRC bot, and associated libraries, for the ##compsoc-uk-anime channel on Freenode
MIT License
10 stars 2 forks source link

Better triggers #4

Closed barrucadu closed 10 years ago

barrucadu commented 10 years ago

Currently, triggers work by exact message matching (modulo case). Furthermore, there is no way to modify the trigger list during runtime, or to respond with anything other than a fixed string.

Suggestions:

This subsumes issue #1.

barrucadu commented 10 years ago

Tags are implemented in a1fcedb

barrucadu commented 10 years ago

Regex triggers are implemented in fe5aec3

barrucadu commented 10 years ago

ACTION triggers are implemented in e89f423

barrucadu commented 10 years ago

Closed by d579040 and 3c13550