config.toml 1023 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. database = "/tmp/rollbot.sqlite"
  2. sleep_time = 1.5
  3. [plugins]
  4. simple = [ "isadmin", "debug", "echo", "greet", "console" ]
  5. teamspeak = [ "teamspeak", "speamteek", "teamscream", ]
  6. session = [ "session" ]
  7. roll = [ "roll" ]
  8. querying = [ "inspire", "shield", "scp", "riddle" ]
  9. seychelles = [ "seychelles" ]
  10. curse = [ "curse", "bless" ]
  11. the_guy = [ "the_guy" ]
  12. the_house = [ "the_house", "shut_up" ]
  13. meme = [ "meme" ]
  14. [aliases]
  15. speemteek = "speamteek"
  16. speemteak = "speamteek"
  17. interpret = "inspire"
  18. horoscope = "inspire"
  19. lomg = "bump"
  20. mute = "bump"
  21. [responses]
  22. info = """
  23. Hello!
  24. I am Rollbot 3.0 - a simple chatbot built in Python.
  25. I am licensed as open source under the MIT license.
  26. """
  27. thanks = "You're welcome!"
  28. guess = "Rollbot's back - tell a friend!"
  29. unmeme = "get a job"
  30. issues = "https://kirkleon.ddns.net/gogs/kirkleon/rollbot3/issues"
  31. 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!"
  32. [teamspeak]
  33. host = "kirkleon.ddns.net"
  34. user = "serveradmin"
  35. scrolling = true