Right now, a lot of ack type responses are canned, so people using random_ack get a sense that the bot just has a standard personality. Perhaps helga should have installable personalities, plugins that can define different types of responses. I think there's probably a few ways to do this:
- A flatfile containing canned responses, one per line. They can be downloaded and configured to be used via settings
- An installable plugin type module that provides canned responses
- A simple list override for canned responses in settings
Right now, a lot of ack type responses are canned, so people using
random_ackget a sense that the bot just has a standard personality. Perhaps helga should have installable personalities, plugins that can define different types of responses. I think there's probably a few ways to do this: