Config refactor. Plugins now using config

This commit is contained in:
Hash Borgir
2024-02-14 00:12:40 -07:00
parent 2277dd1b90
commit bb331092d0
17 changed files with 33 additions and 877 deletions

View File

@@ -8,4 +8,5 @@ store_path = "./store/"
allowlist = []
blocklist = []
admin_user = "@hashborgir:mozilla.org"
prefix = "!!"
prefix = "!"
config_file = "funguy.conf"