2020-10-08 18:46:45 +02:00
|
|
|
{
|
2021-12-02 12:22:25 +01:00
|
|
|
"host": "irc.libera.chat",
|
2020-10-08 18:46:45 +02:00
|
|
|
"port": 6667,
|
2021-12-02 12:22:25 +01:00
|
|
|
"nick": "edm0nd-ex",
|
|
|
|
"alternative_nicks": ["edmon-ex", "edmond-ex"],
|
2020-10-09 10:40:37 +02:00
|
|
|
"channels": ["#idi0crates"],
|
|
|
|
"speak_delay": 0.5,
|
2020-10-09 23:37:35 +02:00
|
|
|
"storage_file": "storage.json",
|
2020-10-09 16:03:09 +02:00
|
|
|
"resources_dir": "resources",
|
2020-10-09 21:59:44 +02:00
|
|
|
"error_message": "An error occured, sorry!",
|
2020-10-09 10:40:37 +02:00
|
|
|
"plugins": {
|
2021-12-12 17:30:14 +01:00
|
|
|
"ambience": {
|
|
|
|
"commands": ["ambience"],
|
|
|
|
"themes": {
|
|
|
|
"space": "🌏🌠✨💫🌌🎑🛸🚀🛰️🪐",
|
|
|
|
"nature": "🌬🌺🌸💮🌿🌾🐠🐋🦈",
|
|
|
|
"dancefloor": "🥵👠🔥🕺💃🙌✊🤚🖐",
|
|
|
|
"love": "🤧😂🤗♥❤❣💕💞💓🔥🌶💘💖💗",
|
|
|
|
"music": "🎶🎵",
|
|
|
|
"misc": "🔝🔃🔄⏫🆙🧁🍡🦸🦹🧞🌋🌃🏙️🌄🌅🌇🎆🗿🎇"
|
|
|
|
},
|
|
|
|
"effect_rate": 33,
|
|
|
|
"target_word": "for"
|
|
|
|
},
|
2020-10-09 18:57:08 +02:00
|
|
|
"beers": {
|
|
|
|
"commands": ["beer"],
|
|
|
|
"beers": ["Paix-Dieu"],
|
2022-06-08 17:18:51 +02:00
|
|
|
"opening_text": "/me cracks open a {beer} for {target}",
|
|
|
|
"target_word": "for"
|
2020-10-09 18:57:08 +02:00
|
|
|
},
|
2020-11-05 23:04:39 +01:00
|
|
|
"caretaker": {
|
|
|
|
"warm_welcome": ["Hi {target}!"],
|
|
|
|
"cold_welcome": ["Oh no..."],
|
|
|
|
"nice_farewell": [":("],
|
|
|
|
"bad_farewell": ["Good riddance."],
|
|
|
|
"welcome_rate": 10,
|
|
|
|
"farewell_rate": 10
|
|
|
|
},
|
2021-06-06 18:28:43 +02:00
|
|
|
"capture": {
|
|
|
|
"rate": 0.1,
|
|
|
|
"things": "🍇🍈🍉🍊🍋🍌🍍🥭🍎🍏🍐🍑🍒🍓",
|
|
|
|
"capture_sentence": "Catch!",
|
|
|
|
"captured_sentence": "Well done {winner}, you got that {thing}!"
|
|
|
|
},
|
2022-05-16 12:09:12 +02:00
|
|
|
"capturegive": {
|
|
|
|
"commands": ["give"],
|
|
|
|
"content_regex": "my (?P<thing>\\S+) to (?P<person>\\S+)",
|
|
|
|
"no_such_thing_reply": "You don't have such {thing}."
|
|
|
|
},
|
2022-05-19 14:12:33 +02:00
|
|
|
"capturelist": {
|
|
|
|
"commands": ["collection"],
|
|
|
|
"reply": "{target} captured {num} things : {things}",
|
|
|
|
"empty_reply": "{target} did not capture anything yet!"
|
|
|
|
},
|
2020-10-09 12:49:35 +02:00
|
|
|
"common": {
|
2020-11-02 12:51:26 +01:00
|
|
|
"command_suffix": "please",
|
|
|
|
"handling_conditions": {
|
|
|
|
"sleep": {
|
|
|
|
"awake": true
|
|
|
|
}
|
2020-11-04 22:46:09 +01:00
|
|
|
},
|
|
|
|
"question_mark": "?"
|
2020-10-09 12:49:35 +02:00
|
|
|
},
|
2020-11-04 19:09:18 +01:00
|
|
|
"compliments": {
|
|
|
|
"sentences": ["you're breathtaking"],
|
|
|
|
"calm_rate": 100
|
|
|
|
},
|
2020-10-09 10:40:37 +02:00
|
|
|
"horoscope": {
|
2020-10-09 12:49:35 +02:00
|
|
|
"commands": ["horoscope"],
|
|
|
|
"meditation": "/me looks at the starts",
|
2020-10-09 10:40:37 +02:00
|
|
|
"url": "http://zwergf.elynx.fr/bots/horobot/",
|
|
|
|
"delay": 2
|
2020-10-09 12:49:35 +02:00
|
|
|
},
|
2020-11-04 21:18:54 +01:00
|
|
|
"insults": {
|
|
|
|
"commands": ["insult"],
|
|
|
|
"sentences": ["idiot"],
|
|
|
|
"pissed_rate": 33,
|
|
|
|
"deny_message": "No."
|
|
|
|
},
|
2020-10-09 22:32:36 +02:00
|
|
|
"journeemondiale": {
|
2022-06-07 18:11:41 +02:00
|
|
|
"commands": ["international day"],
|
|
|
|
"dates": ["01-01 NYE"],
|
|
|
|
"no_entry_reply": "Nothing special today."
|
2020-10-09 22:32:36 +02:00
|
|
|
},
|
2021-09-17 12:44:25 +02:00
|
|
|
"meteofrance": {
|
|
|
|
"commands": ["météo"],
|
|
|
|
"aliases": {
|
|
|
|
"météo": ["meteo"]
|
|
|
|
},
|
|
|
|
"result_message": "{nearest_s}; {today_s}.",
|
|
|
|
"nearest_message": "({city} @ {hour}) {weather}, {temp}, {wind} and {rain}",
|
|
|
|
"temp_format": "{temp_c}°C (windchill {temp_wc})",
|
|
|
|
"wind_format": "wind {speed} km/h to {direction}",
|
|
|
|
"unknown_direction": "unknown",
|
|
|
|
"rain_chance_format": "{p}% over {h}",
|
|
|
|
"all_rain_format": "rain chances {all_percs}",
|
|
|
|
"today_message": "today {temp_minmax}, {rain}, and sunset at {sunset}",
|
|
|
|
"minmax_temp_format": "max {t_max} min {t_min}"
|
|
|
|
},
|
2020-11-04 22:46:09 +01:00
|
|
|
"miscreactions": {
|
|
|
|
"reactions": [
|
|
|
|
"stop", "king", "mmm", "ooo", "detector", "question_marks",
|
2022-03-06 17:22:54 +01:00
|
|
|
"repeat_letters", "nudge"
|
2020-11-04 22:46:09 +01:00
|
|
|
],
|
|
|
|
"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...",
|
2022-03-06 17:22:54 +01:00
|
|
|
"detector_neg": "Halt!",
|
|
|
|
"nudging": "/me nudges {target}"
|
2020-11-04 22:46:09 +01:00
|
|
|
},
|
2020-10-09 12:49:35 +02:00
|
|
|
"mood": {
|
2020-11-02 16:39:57 +01:00
|
|
|
"commands": ["calm down"],
|
2020-10-09 12:49:35 +02:00
|
|
|
"questions": ["how are you?"],
|
|
|
|
"greetings": {
|
|
|
|
"calm": ["Hi!", "Hello!"],
|
|
|
|
"pissed": ["Pfff..."]
|
|
|
|
},
|
|
|
|
"answer": {
|
|
|
|
"calm": "Fine!",
|
|
|
|
"pissed": "Pissed off..."
|
2020-11-02 16:39:57 +01:00
|
|
|
},
|
2020-11-02 16:54:32 +01:00
|
|
|
"calmed_message": "I'm calm now.",
|
|
|
|
"pissed_message": "I'm pissed off now..."
|
2020-10-09 13:31:00 +02:00
|
|
|
},
|
2020-11-05 22:31:24 +01:00
|
|
|
"music": {
|
2020-11-05 23:53:34 +01:00
|
|
|
"commands": ["music", "album"]
|
2020-11-05 22:31:24 +01:00
|
|
|
},
|
2020-10-09 23:37:35 +02:00
|
|
|
"notes": {
|
2020-10-12 19:26:06 +02:00
|
|
|
"commands": ["note down", "notes"],
|
2020-10-12 15:45:31 +02:00
|
|
|
"content_regex": "for (?P<target>\\S+) (?P<note>.+)",
|
2020-10-12 19:09:42 +02:00
|
|
|
"confirmation": "Ok.",
|
2020-10-12 19:19:50 +02:00
|
|
|
"deliver_format": "{dest}, {sender} tells you: {message}",
|
|
|
|
"limit": 5,
|
|
|
|
"too_many_notes": "There are too many notes for this user."
|
2020-10-09 23:37:35 +02:00
|
|
|
},
|
2020-11-02 18:34:55 +01:00
|
|
|
"opinion": {
|
|
|
|
"questions": ["what do you think of"],
|
|
|
|
"thinking": "Hhmmm",
|
|
|
|
"thinking_time": 2,
|
|
|
|
"positive": ["I like it."],
|
|
|
|
"negative": ["I don't like it."]
|
|
|
|
},
|
2020-10-09 18:57:26 +02:00
|
|
|
"random": {
|
|
|
|
"commands": ["choose"],
|
2021-06-29 17:52:59 +02:00
|
|
|
"separator": "or",
|
|
|
|
"not_enough": "Not enough choices!"
|
2020-10-09 18:57:26 +02:00
|
|
|
},
|
2020-11-01 19:27:12 +01:00
|
|
|
"sleep": {
|
2020-11-02 13:31:39 +01:00
|
|
|
"commands": ["sleep", "wake up"],
|
2020-11-02 17:58:00 +01:00
|
|
|
"aliases": {
|
|
|
|
"wake up": ["wakeup"]
|
|
|
|
},
|
2020-11-02 13:31:39 +01:00
|
|
|
"sleep_time": 23,
|
|
|
|
"wakeup_time": 7,
|
|
|
|
"snore": "Zzzz",
|
2020-11-02 16:54:14 +01:00
|
|
|
"sleep_messages": ["/me falls asleep"],
|
|
|
|
"wakeup_messages": ["/me wakes up"],
|
2020-11-02 13:31:39 +01:00
|
|
|
"snore_rate": 1.0
|
2020-11-01 19:27:12 +01:00
|
|
|
},
|
2022-05-19 14:12:33 +02:00
|
|
|
"taxref": {
|
|
|
|
"commands": ["taxref"],
|
|
|
|
"not_found_reply": "Not found!",
|
|
|
|
"reply": "{sci_name}, {fr_name}, {family}, {cd_nom}, {cd_ref}",
|
|
|
|
"ambiguous_reply": "Ambiguous! It can be: "
|
|
|
|
},
|
2020-11-04 17:21:52 +01:00
|
|
|
"translate": {
|
|
|
|
"commands": ["translate"],
|
|
|
|
"default_dest": "en",
|
|
|
|
"param_source": "from",
|
|
|
|
"param_dest": "to"
|
|
|
|
},
|
2020-11-06 00:42:38 +01:00
|
|
|
"unknowncommand": {
|
|
|
|
"api_key": "",
|
|
|
|
"max_pods": 1
|
|
|
|
},
|
2020-11-05 23:52:20 +01:00
|
|
|
"unknownquestion": {
|
|
|
|
"pass_to_misc_rate": 50
|
|
|
|
},
|
2020-10-09 13:31:00 +02:00
|
|
|
"wikipedia": {
|
|
|
|
"commands": ["science", "define"],
|
|
|
|
"lang": "en",
|
|
|
|
"ambiguous_response": "It is ambiguous.",
|
2020-10-12 15:45:31 +02:00
|
|
|
"empty_response": "I can't find it."
|
2020-11-05 23:53:34 +01:00
|
|
|
},
|
2020-11-03 16:15:23 +01:00
|
|
|
"youtube": {
|
|
|
|
"commands": ["youtube"],
|
|
|
|
"api_key": ""
|
|
|
|
}
|
2020-10-09 10:40:37 +02:00
|
|
|
}
|
2020-10-08 18:46:45 +02:00
|
|
|
}
|