From de8bc7e6a35523d35d52b13d446be334a6f299fb Mon Sep 17 00:00:00 2001 From: Benny Morrison Date: Sat, 16 Mar 2019 03:02:26 -0400 Subject: moved config to json file --- config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..6054e1c --- /dev/null +++ b/config.json @@ -0,0 +1,11 @@ +{ + "owner": "ahriman", + "channel": "#goofbot", + "server": "irc.tilde.chat", + "port": "6697", + "nick": "goofbot", + "user": "goofbot", + "name": "Goofus McBotus", + "out": "os.Stdout", + "ssl": "true" +} -- cgit 1.4.1-2-gfad0