summary refs log tree commit diff
path: root/config.json.example
diff options
context:
space:
mode:
authorMatt Arnold2022-02-20 18:33:55 -0500
committerMatt Arnold2022-02-20 18:33:55 -0500
commit13381bc12504eb0c2afcf193de6754666213739c (patch)
treebce8e9941a9a357f2a83a3989f5e859be85e4f78 /config.json.example
parent6938bd4862d8a934044b27277eab1773c0805819 (diff)
Major rewrite to use a proper irc tokenizer json for configuration, and other such QOL improvements
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example
new file mode 100644
index 0000000..42d81a3
--- /dev/null
+++ b/config.json.example
@@ -0,0 +1,7 @@
+{
+    "hostname": "irc.spartalinux.xyz",
+    "port": 6697,
+    "nick": "bad_bot",
+    "channel": "#botdev",
+    "nickpass": "a.password"
+}