config.toml 662 B

123456789101112131415161718192021222324252627
  1. database = "/tmp/rollbot.sqlite"
  2. sleep_time = 1.5
  3. [aliases]
  4. speemteek = "speamteek"
  5. speemteak = "speamteek"
  6. interpret = "inspire"
  7. horoscope = "inspire"
  8. lomg = "bump"
  9. mute = "bump"
  10. [responses]
  11. info = """
  12. Hello!
  13. I am Rollbot 3.0 - a simple chatbot built in Python.
  14. I am licensed as open source under the MIT license.
  15. """
  16. thanks = "You're welcome!"
  17. guess = "Rollbot's back - tell a friend!"
  18. unmeme = "get a job"
  19. issues = "https://kirkleon.ddns.net/gogs/kirkleon/rollbot3/issues"
  20. bump = "Bumping the chat!\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nAll done!"
  21. [teamspeak]
  22. host = "kirkleon.ddns.net"
  23. user = "serveradmin"
  24. scrolling = true