diff options
| author | 2019-06-01 15:06:57 +0100 | |
|---|---|---|
| committer | 2019-06-01 15:06:57 +0100 | |
| commit | e5c11f4aeff4aec508997922b8adfca10503b6e1 (patch) | |
| tree | b490094a905d8a684a10a74ef8d4b8841f6a4b4d /bot.conf.example | |
| parent | list()-ify `filter()` return, otherwise boolean checks against it are wrong (diff) | |
| signature | ||
add 'module-blacklist/whitelist' to bot.conf - use that as well as DB setting
Diffstat (limited to 'bot.conf.example')
| -rw-r--r-- | bot.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bot.conf.example b/bot.conf.example index 69e2af81..9ce0cbbb 100644 --- a/bot.conf.example +++ b/bot.conf.example @@ -14,6 +14,12 @@ api-port = # the default channel BitBot automatically joins bot-channel = +# module blacklist and whitelist. comma-separated. leave both empty to load all +# modules, leave whitelist empty to load all but blacklisted modules, populate +# whitelist to not load all modules by default. +module-blacklist = +module-whitelist = + # https://openweathermap.org/api openweathermap-api-key = |
