config.toml 967 B

12345678910111213141516171819202122232425262728293031323334353637
  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. [aliases]
  13. speemteek = "speamteek"
  14. speemteak = "speamteek"
  15. interpret = "inspire"
  16. horoscope = "inspire"
  17. lomg = "bump"
  18. mute = "bump"
  19. [responses]
  20. info = """
  21. Hello!
  22. I am Rollbot 3.0 - a simple chatbot built in Python.
  23. I am licensed as open source under the MIT license.
  24. """
  25. thanks = "You're welcome!"
  26. guess = "Rollbot's back - tell a friend!"
  27. meme = "fuck off"
  28. unmeme = "get a job"
  29. issues = "https://kirkleon.ddns.net/gogs/kirkleon/rollbot3/issues"
  30. 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!"
  31. [teamspeak]
  32. host = "kirkleon.ddns.net"
  33. user = "serveradmin"