From 13381bc12504eb0c2afcf193de6754666213739c Mon Sep 17 00:00:00 2001 From: Matt Arnold Date: Sun, 20 Feb 2022 18:33:55 -0500 Subject: Major rewrite to use a proper irc tokenizer json for configuration, and other such QOL improvements --- config.json.example | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.json.example (limited to 'config.json.example') 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" +} -- cgit 1.4.1-2-gfad0