Commit Graph

15 Commits

Author SHA1 Message Date
Frank Becker f37651e1bd Merge branch 'upstream-master' 2020-02-17 21:44:14 +01:00
Frank Becker b40be62cb1 use logging for console output 2020-02-16 16:56:34 +01:00
Frank Becker c8f2e12bd6 add subcommands list-bots, add-bot, del-bot 2020-02-16 12:08:56 +01:00
Frank Becker ab15e8e8c8 Merge branch 'master' of github.com:vranki/hemppa into sync-upstream 2020-02-09 19:11:16 +01:00
Frank Becker 81d07cebfd enable all modules per default. bot cannot be disabled. 2020-02-09 14:07:05 +01:00
Frank Becker 77d8fdaac1 use logging for console output 2020-02-09 02:33:01 +01:00
Frank Becker 267b4241f8 fix: persistent settings for pollservices
pollservices didn't return the settings dictionary and the call to
super was missing.
2020-02-08 11:02:58 +01:00
Frank Becker 2f9d7a708e add stop and start message to BotModule class. add remove_callback 2020-02-06 23:21:59 +01:00
Frank Becker b1f428517e enable / disable bot module
use !bot enable <module_name> oder !bot disable <module_name> to enabel
or disable a module.

to get a list of available modules and see if they are enabled run !bot
modules
2020-02-06 23:21:59 +01:00
Frank Becker 299548b41f minor cleanup and a fix for the type mapping of matrix_message parameters 2020-02-06 21:59:29 +01:00
Frank Becker 93f8c65d0c extract BotModule class 2020-02-06 21:58:40 +01:00
Frank Becker 59d9fad9ef add stop and start message to BotModule class 2020-02-06 20:56:53 +01:00
Frank Becker 0ffb4d681f enable / disable bot module
use !bot enable <module_name> oder !bot disable <module_name> to enabel
or disable a module.

to get a list of available modules and see if they are enabled run !bot
modules
2020-02-06 00:19:45 +01:00
Frank Becker 1e35be27cd minor cleanup and a fix for the type mapping of matrix_message parameters 2020-02-03 21:45:14 +00:00
Frank Becker 16ade59c0c extract BotModule class 2020-02-02 22:09:09 +01:00