12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- [hello]
- addressed = true
- pattern = hello
- ignore_case = true
- action = answer
- action_info = Hello!
- [asking for next time]
- mentionned = true
- pattern = when .* (#?)showoffhour.*\?
- ignore_case = true
- action = custom
- action_info = answer_next_showoffhour_delta
- [unfollow me]
- addressed = true
- pattern = unfollow me
- ignore_case = true
- action = unfollow
- [follow me]
- addressed = true
- pattern = follow me
- ignore_case = true
- action = follow
- [help]
- addressed = true
- pattern = help
- ignore_case = true
- action = answer
- action_info = Hi! I'm the ShowOffHourBot! I boost and toot about #showoffhour.
- You can ask me:
- - follow me
- - unfollow me
- - when is the next #showoffhour?
- If you have more questions, maybe my master lertsenem can answer them? :)
- [i don't understand]
- addressed = true
- action = answer
- action_info = I'm sorry, I don't understand you. Maybe try asking me for 'help'?
|