1234567891011121314151617181920212223242526272829303132 |
- database = "/tmp/rollbot.sqlite"
- sleep_time = 1.5
- [aliases]
- speemteek = "speamteek"
- speemteak = "speamteek"
- interpret = "inspire"
- horoscope = "inspire"
- lomg = "bump"
- mute = "bump"
- fs = "f"
- hg = "hangguy"
- [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"
- break = "I'm too robust for that!"
- yiff = "Sorry - I don't think I understand the command '!yiff'... I'll talk to Sam, since he loves this command so much, and get back to you!"
- f = "FFFFFFFFFFFFFFFFFFFFF\nFFFFFFFFFFFFFFFFFFFFF\nFFFFFFFFFFFFFFFFFFFFF\nFFFFFFF\nFFFFFFF\nFFFFFFF\nFFFFFFFFFFFFFF\nFFFFFFFFFFFFFF\nFFFFFFFFFFFFFF\nFFFFFFF\nFFFFFFF\nFFFFFFF\nFFFFFFF\nFFFFFFF"
- rampart = "Hey guys can we please keep the topic to Rampart?"
- [riddle]
- sleep_time = 45
|