showoffhourbot.rules.orders.conf 1012 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [hello]
  2. addressed = true
  3. pattern = hello
  4. ignore_case = true
  5. action = answer
  6. action_info = Hello!
  7. [asking for next time]
  8. mentionned = true
  9. pattern = when .* (#?)showoffhour.*\?
  10. ignore_case = true
  11. action = custom
  12. action_info = answer_next_showoffhour_delta
  13. [unfollow me]
  14. addressed = true
  15. pattern = unfollow me
  16. ignore_case = true
  17. action = unfollow
  18. [follow me]
  19. addressed = true
  20. pattern = follow me
  21. ignore_case = true
  22. action = follow
  23. [help]
  24. addressed = true
  25. pattern = help
  26. ignore_case = true
  27. action = answer
  28. action_info = Hi! I'm the ShowOffHourBot! I boost and toot about #showoffhour.
  29. You can ask me:
  30. - follow me
  31. - unfollow me
  32. - when is the next #showoffhour?
  33. If you have more questions, maybe my master lertsenem can answer them? :)
  34. [i don't understand]
  35. addressed = true
  36. action = answer
  37. action_info = I'm sorry, I don't understand you. Maybe try asking me for 'help'?