123456789101112131415161718192021222324252627282930313233343536373839 |
- database = "/tmp/rollbot.sqlite"
- sleep_time = 1.5
- [plugins]
- simple = [ "isadmin", "debug", "echo", "greet", "console" ]
- teamspeak = [ "teamspeak", "speamteek", "teamscream", ]
- session = [ "session" ]
- roll = [ "roll" ]
- querying = [ "inspire", "shield", "scp", "riddle" ]
- seychelles = [ "seychelles" ]
- curse = [ "curse", "bless" ]
- the_guy = [ "the_guy" ]
- the_house = [ "the_house", "shut_up" ]
- meme = [ "meme" ]
- [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!"
- [teamspeak]
- host = "kirkleon.ddns.net"
- user = "serveradmin"
- scrolling = true
|