38 lines
880 B
Plaintext
38 lines
880 B
Plaintext
{
|
|
"host": "irc.freenode.net",
|
|
"port": 6667,
|
|
"nick": "edm0nd",
|
|
"alternative_nicks": ["edmon", "edmond"],
|
|
"channels": ["#idi0crates"],
|
|
"speak_delay": 0.5,
|
|
"plugins": {
|
|
"common": {
|
|
"command_suffix": "please"
|
|
},
|
|
"horoscope": {
|
|
"commands": ["horoscope"],
|
|
"meditation": "/me looks at the starts",
|
|
"url": "http://zwergf.elynx.fr/bots/horobot/",
|
|
"delay": 2
|
|
},
|
|
"mood": {
|
|
"questions": ["how are you?"],
|
|
"greetings": {
|
|
"calm": ["Hi!", "Hello!"],
|
|
"pissed": ["Pfff..."]
|
|
},
|
|
"answer": {
|
|
"calm": "Fine!",
|
|
"pissed": "Pissed off..."
|
|
}
|
|
},
|
|
"wikipedia": {
|
|
"commands": ["science", "define"],
|
|
"lang": "en",
|
|
"ambiguous_response": "It is ambiguous.",
|
|
"empty_response": "I can't find it.",
|
|
"error_response": "An error occured ;("
|
|
}
|
|
}
|
|
}
|