about summary refs log tree commit diff
path: root/config.example.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config.example.lua')
-rw-r--r--config.example.lua13
1 files changed, 11 insertions, 2 deletions
diff --git a/config.example.lua b/config.example.lua
index 1d65b8c..faafcf4 100644
--- a/config.example.lua
+++ b/config.example.lua
@@ -4,9 +4,18 @@ return {
 		port = 6667,
 		tls = false,
 	},
-	nick = "ed1bot",
-	-- allow dms?
+	-- print all messages received from the server to stdout
+	debug = true,
+	nick = "edward",
+	user = "edward",
+	-- pass = "user:pass"
+	-- allow dms? currently unimplemented
 	direct = false,
+	-- directory to run commands under. this can also be specified
+	-- in the individual channels; the individual settings overwrite
+	-- this one and don't act relative to it.
+	directory = "testbed",
+	-- this one can be overwritten too
 	command = { "red" },
 	-- a ist of lua patterns (maybe regex later) that
 	-- tells edbot when to listen for commands