-- Main privacy bot configuration file config = { -- Log verbosity, 1 will print debug 0 will not. TODO: give more control over log output verbosity = 1, -- Bot nickname name = "Sed Bot", --[[ This will set the type of url to replace the service domain with. Can be: - clearnet - onion - eepsite - yggdrasil - TODO: make it work and more types? ]]-- -- Reply using XEP-0461 instead of just quoting use_reply_xep = true, } -- Load config file with private information dofile("config_private.lua")