Commit graph

67 commits

Author SHA1 Message Date
dece 806ef07e0c bot: add some logs 2020-11-06 12:24:16 +01:00
dece fe46b8d4ef docker: add Dockerfile with instructions 2020-11-06 11:43:29 +01:00
dece 5469b1cdf3 misc_reactions: move reactions load to on_welcome 2020-11-06 11:43:07 +01:00
dece 3c4c7bc92d readme: clean 2020-11-06 00:50:11 +01:00
dece 3fd0cecf63 unknown_command: add plugin (WolframAlpha) 2020-11-06 00:42:38 +01:00
dece c7863b0396 config: fix issues in example config file 2020-11-06 00:42:23 +01:00
dece ce26eda989 unknown_question: add plugin 2020-11-06 00:42:23 +01:00
dece 250d05e2f7 misc_reactions: handle weights on reactions 2020-11-05 23:52:02 +01:00
dece cc81956b58 caretaker: add plugin 2020-11-05 23:28:02 +01:00
dece bc8cf0e465 plugin: clean 2020-11-05 22:45:33 +01:00
dece 06dfb99635 plugin: handle question aliases 2020-11-05 22:45:21 +01:00
dece 7cbcd5eb85 music: add plugin using scaruffi library 2020-11-05 22:31:50 +01:00
dece 93eddad240 misc_reactions: add plugin 2020-11-04 23:15:47 +01:00
dece 86c2ce756a readme: tick compliments/insults/mug 2020-11-04 21:22:39 +01:00
dece d00bab19a6 insults: add plugin 2020-11-04 21:22:26 +01:00
dece 2b6ef89b9b plugin: improve docs 2020-11-04 19:09:32 +01:00
dece 889b8c2b28 compliments: add plugin 2020-11-04 19:09:18 +01:00
dece 7d0b1c5270 translate: add plugin 2020-11-04 17:23:11 +01:00
dece 10106045ea readme: tick Youtube 2020-11-03 17:41:48 +01:00
dece ed6c0e47dd bot: clean 2020-11-03 17:41:48 +01:00
dece 1e38901c11 youtube_parser: add plugin (depends on youtube) 2020-11-03 17:41:48 +01:00
dece 474224b64e bot: respect priority field of plugins 2020-11-03 17:41:48 +01:00
dece 8773141406 youtube: add plugin 2020-11-03 17:41:48 +01:00
dece f83f7fd011 opinion: add plugin 2020-11-02 18:43:54 +01:00
dece d21a6dd2be plugin: auto-remove question marks 2020-11-02 18:35:16 +01:00
dece 22c75c4445 plugin: add aliases in config example 2020-11-02 18:35:16 +01:00
dece 3748312c41 plugin: handle aliases for commands 2020-11-02 18:35:16 +01:00
dece d85d5e054f mood: add get_pissed method (unused) 2020-11-02 18:35:16 +01:00
dece 29258a13b4 sleep: allow multiple sleep/wakeup messages 2020-11-02 18:35:16 +01:00
dece 4480a3b44a bot: stop plugin callbacks on the first success
When a plugin callbacks successfully handles an event it returns True,
and it now stops processing callbacks. It may be changed later to handle
multiple callbacks per event.
2020-11-02 18:35:16 +01:00
dece 224663f6e8 readme: add todos 2020-11-02 18:35:16 +01:00
dece df04de5794 mood: add calm down command 2020-11-02 16:39:57 +01:00
dece 731f3a2bd7 config: fix example config indentation 2020-11-02 16:20:40 +01:00
dece a7b68a1596 sleep: add sleep/wakeup commands 2020-11-02 16:20:40 +01:00
dece 127ad5c895 plugin: allow excluding some handling conditions 2020-11-02 13:24:23 +01:00
dece f055ef76c4 plugin: add handling conditions for ques. & cmd.
The main purpose of this feature is to not answer questions when the bot
is not awake in the sleep plugin, but by making it a requirement purely
in the configuration we avoid making some plugins mandatory for the bot.
2020-11-02 12:57:15 +01:00
dece f346b9cb58 bot: add docs 2020-11-01 19:29:51 +01:00
dece 091d0ecd72 sleep: add plugin 2020-11-01 19:29:39 +01:00
dece ff88bfbb05 bot: remember joined channels 2020-11-01 19:23:42 +01:00
dece 721d99dba3 plugin: fix crash on parsing empty command 2020-10-31 18:12:08 +01:00
dece e0901094ea readme: add more elements to todolist 2020-10-20 01:41:02 +02:00
dece c110f8f069 readme: tick notes 2020-10-12 19:27:17 +02:00
dece b26c68ed67 notes: add command to deliver messages now 2020-10-12 19:26:06 +02:00
dece 263e9fd615 notes: limit number of notes for an user 2020-10-12 19:19:50 +02:00
dece b87487deea notes: fix delivery of multiples notes 2020-10-12 19:09:55 +02:00
dece e51ca46bdb notes: confirm note has been taken 2020-10-12 19:09:42 +02:00
dece c2287f3cee notes: deliver notes when an user joins 2020-10-12 15:45:31 +02:00
dece 3d918d1de8 wikipedia: fix localisation 2020-10-09 23:37:54 +02:00
dece 70cdcad604 notes: add plugin, only taking notes 2020-10-09 23:37:35 +02:00
dece 9ab1812938 bot: support plugins names with multiples words 2020-10-09 22:37:35 +02:00