Commit graph

118 commits

Author SHA1 Message Date
dece 3be1fddd93 taxref: do not show ambig. reply needlessly
esp. if there is a matching species with the exact same name…
2022-06-16 16:59:58 +02:00
dece 2ecec9eeb2 capture_give: fix crashing typo 2022-06-16 12:07:23 +02:00
dece 0d49fb1457 beers: offer a beer to someone in particular 2022-06-08 17:18:51 +02:00
dece b6929c9453 plugins: stop using match as name
In Python 3.10 match will become a soft keyword. The program would still
work but syntax highlighting is getting weird.
2022-06-08 17:12:33 +02:00
dece edbc35aa19 journee_mondiale: ditch the site for a static list 2022-06-07 18:11:41 +02:00
dece 7a2e011272 taxref: show a random photo if any are available 2022-05-19 14:34:41 +02:00
dece 85ce2902a7 taxref: new plugin! 2022-05-19 14:12:33 +02:00
dece 02399fe96d bot: show fatal error in logs 2022-05-19 14:12:20 +02:00
dece dd3ebcaa35 capture_give: add new plugin 2022-05-16 12:09:12 +02:00
dece f9dca68fb0 plugin: allow plugins to write to other storages 2022-05-16 12:02:45 +02:00
dece 3a85e5a23c bot: forgot to exit after received SIGTERM… 2022-05-16 12:02:29 +02:00
dece 6841b01e8d youtube_parser: fix reading titles while sleeping 2022-05-16 11:09:55 +02:00
dece bec9ff4d76 bot: drastically catch exceptions
For whatever reason systemd stop signals are not caught anymore by the
"except KeyboardInterrupt", so the storage file is lost on what should
be a graceful shutdown.
2022-04-26 21:33:43 +02:00
dece 0a304f9b6c youtube_parser: support Invidious URLs 2022-03-06 17:26:48 +01:00
dece ed26c70095 misc_reactions: add nudge 2022-03-06 17:22:54 +01:00
dece dab1abf4c6 ambience: use zip_longest to not cut the reply 2021-12-12 18:41:39 +01:00
dece 9eec6795c6 ambience: apply effect to whole reply, not a chunk 2021-12-12 18:38:19 +01:00
dece f97e2c51e4 ambience: use all words from content as target 2021-12-12 18:33:31 +01:00
dece 2af36ef429 ambience: add plugin 2021-12-12 17:30:14 +01:00
dece 2e60a74f49 unknown_command: log more, why is this broken 2021-12-02 12:22:43 +01:00
dece 88969abbbf config.json.example: switch to libera.chat 2021-12-02 12:22:25 +01:00
dece 73e3dedd43 unknown_command: fix WA parsing
Apparently the wrapper now uses Python bools instead of JS bools as
strings?
2021-12-02 11:57:06 +01:00
dece 222f002b20 docker: update image to python 3.9 2021-12-02 11:40:40 +01:00
dece 1e9f10d549 journee_mondiale: do not crash if text not found 2021-12-02 11:38:20 +01:00
dece 6b9430aabb bot: replace \r and \n before sending message 2021-12-02 11:37:05 +01:00
dece 56656dca98 misc_reactions: improve stutter reaction 2021-12-02 11:37:05 +01:00
dece 5f4af12a2f journee_mondiale: do not crash if none was found 2021-11-23 14:14:30 +01:00
dece 3a756a7489 meteo_france: add plugin
Also remove the silly Python 3.7 requirement.
2021-09-17 12:44:25 +02:00
dece 6256975f90 bot: fix crash when trying to send a too long msg 2021-09-13 09:04:18 +02:00
dece d47748a56a capture: do not play while asleep… 2021-07-03 01:40:17 +02:00
dece 6ba697656d misc_reactions: do not speak while asleep… 2021-07-03 01:36:18 +02:00
dece 77ff83be79 random: only pick a choice if there are at least 2 2021-06-29 17:52:59 +02:00
dece 47e24eebaa capture: release thing on the next ping 2021-06-29 17:10:37 +02:00
dece b7b6ca71be wikipedia: catch all filthy exceptions 2021-06-11 11:31:45 +02:00
dece 5ca4a25b1f bot: graceful exception catch 2021-06-11 11:28:22 +02:00
dece 19e5408ba2 youtube_parser: remove annoying logs 2021-06-11 11:27:11 +02:00
dece cde8d8883d youtube_parser: look for youtube URL in whole msg 2021-06-07 10:52:04 +02:00
dece 7ca8fa2ce4 youtube_parser: fix regex 2021-06-07 10:45:54 +02:00
dece 93d59ff30b capture_list: add plugin 2021-06-06 19:02:19 +02:00
dece 7f5ed39722 capture: add plugin for a little game 2021-06-06 18:53:52 +02:00
dece ab61d807be docker: use SIGINT as stop signal 2021-06-06 17:36:41 +02:00
dece 9ae5545516 music: update scaruffi version 2021-01-27 15:18:56 +01:00
dece c21a1bb7b1 unknown_command: fix message handling 2020-11-09 15:50:26 +01:00
dece bd0482023b insults: lower priority 2020-11-09 15:23:18 +01:00
dece f71df26493 plugins: improve logging 2020-11-09 15:09:29 +01:00
dece 4a0d780b45 misc_reactions: better logging of loaded reactions 2020-11-08 16:48:13 +01:00
dece 943e62fc31 plugin: check handling conditions for simple msgs 2020-11-08 16:07:54 +01:00
dece 937c5ad203 plugins: fix on_pubmsg return values 2020-11-06 15:17:42 +01:00
dece 7f75b15207 misc_reactions: fix weights 2020-11-06 12:38:07 +01:00
dece 0558fb7bdf unknown_command: fix priority 2020-11-06 12:24:51 +01:00