12345678910111213141516171819202122232425262728 |
- database = "/tmp/rollbot.sqlite"
- sleep_time = 1.5
- [aliases]
- speemteek = "speamteek"
- speemteak = "speamteek"
- interpret = "inspire"
- horoscope = "inspire"
- lomg = "bump"
- mute = "bump"
- [responses]
- info = """
- Hello!
- I am Rollbot 3.0 - a simple chatbot built in Python.
- I am licensed as open source under the MIT license.
- """
- thanks = "You're welcome!"
- guess = "Rollbot's back - tell a friend!"
- unmeme = "get a job"
- issues = "https://kirkleon.ddns.net/gogs/kirkleon/rollbot3/issues"
- 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!"
- vore = "What? No"
- [teamspeak]
- host = "kirkleon.ddns.net"
- user = "serveradmin"
- scrolling = true
|