diff -r eb5a04a9877a -r c4df517edbc1 config.docker.lua --- a/config.docker.lua Fri Oct 02 17:02:37 2020 +0200 +++ b/config.docker.lua Thu Oct 22 15:37:43 2020 +0100 @@ -14,7 +14,7 @@ nick = os.getenv "RIDDIM_NICK" or "riddim" autojoin = split(os.getenv "RIDDIM_ROOMS") plugins = split(os.getenv "RIDDIM_PLUGINS" or "groupchat, commands") -debug = os.getenv "RIDDIM_DEBUG" or true +debug = (os.getenv "RIDDIM_DEBUG" == "1") and true connect_port = os.getenv "RIDDIM_CONNECT_PORT" or nil connect_host = os.getenv "RIDDIM_CONNECT_HOST" or nil command_prefix = os.getenv "RIDDIM_COMMAND_PREFIX" or "-"