You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Edm0nd/config.json.example

147 lines
3.8 KiB

{
"host": "irc.freenode.net",
"port": 6667,
"nick": "edm0nd",
"alternative_nicks": ["edmon", "edmond"],
"channels": ["#idi0crates"],
"speak_delay": 0.5,
"storage_file": "storage.json",
"resources_dir": "resources",
"error_message": "An error occured, sorry!",
"plugins": {
"beers": {
"commands": ["beer"],
"beers": ["Paix-Dieu"],
"opening_text": "/me cracks open a {beer} for {target}"
},
"caretaker": {
"warm_welcome": ["Hi {target}!"],
"cold_welcome": ["Oh no..."],
"nice_farewell": [":("],
"bad_farewell": ["Good riddance."],
"welcome_rate": 10,
"farewell_rate": 10
},
"capture": {
"rate": 0.1,
"things": "🍇🍈🍉🍊🍋🍌🍍🥭🍎🍏🍐🍑🍒🍓",
"capture_sentence": "Catch!",
"captured_sentence": "Well done {winner}, you got that {thing}!"
},
"common": {
"command_suffix": "please",
"handling_conditions": {
"sleep": {
"awake": true
}
},
"question_mark": "?"
},
"compliments": {
"sentences": ["you're breathtaking"],
"calm_rate": 100
},
"horoscope": {
"commands": ["horoscope"],
"meditation": "/me looks at the starts",
"url": "http://zwergf.elynx.fr/bots/horobot/",
"delay": 2
},
"insults": {
"commands": ["insult"],
"sentences": ["idiot"],
"pissed_rate": 33,
"deny_message": "No."
},
"journeemondiale": {
"commands": ["journée mondiale"],
"url": "https://www.journee-mondiale.com/"
},
"miscreactions": {
"reactions": [
"stop", "king", "mmm", "ooo", "detector", "question_marks",
"repeat_letters"
],
"rate": 0,
"stop_message": "This was your last {subject}...",
"king_message": "{king} is the king of {subject}.",
"kings": ["*<B^)"],
"detector_message": "/me grabs its {subject} detector",
"detector_process": "...",
"detector_pos": "OK go on...",
"detector_neg": "Halt!"
},
"mood": {
"commands": ["calm down"],
"questions": ["how are you?"],
"greetings": {
"calm": ["Hi!", "Hello!"],
"pissed": ["Pfff..."]
},
"answer": {
"calm": "Fine!",
"pissed": "Pissed off..."
},
"calmed_message": "I'm calm now.",
"pissed_message": "I'm pissed off now..."
},
"music": {
"commands": ["music", "album"]
},
"notes": {
"commands": ["note down", "notes"],
"content_regex": "for (?P<target>\\S+) (?P<note>.+)",
"confirmation": "Ok.",
"deliver_format": "{dest}, {sender} tells you: {message}",
"limit": 5,
"too_many_notes": "There are too many notes for this user."
},
"opinion": {
"questions": ["what do you think of"],
"thinking": "Hhmmm",
"thinking_time": 2,
"positive": ["I like it."],
"negative": ["I don't like it."]
},
"random": {
"commands": ["choose"],
"separator": "or"
},
"sleep": {
"commands": ["sleep", "wake up"],
"aliases": {
"wake up": ["wakeup"]
},
"sleep_time": 23,
"wakeup_time": 7,
"snore": "Zzzz",
"sleep_messages": ["/me falls asleep"],
"wakeup_messages": ["/me wakes up"],
"snore_rate": 1.0
},
"translate": {
"commands": ["translate"],
"default_dest": "en",
"param_source": "from",
"param_dest": "to"
},
"unknowncommand": {
"api_key": "",
"max_pods": 1
},
"unknownquestion": {
"pass_to_misc_rate": 50
},
"wikipedia": {
"commands": ["science", "define"],
"lang": "en",
"ambiguous_response": "It is ambiguous.",
"empty_response": "I can't find it."
},
"youtube": {
"commands": ["youtube"],
"api_key": ""
}
}
}