return { host = { host = "localhost", port = 6667, tls = false, }, nick = "ed1bot", -- allow dms? direct = false, command = { "red" }, -- a ist of lua patterns (maybe regex later) that -- tells edbot when to listen for commands -- %n is replaced with edbot's current nickname -- %% is replaced by % invoke = { "%n: ?" }, channels = { ["#ed1bot"] = { invoke = { "%n: ?", ":" }, }, }, }