about summary refs log tree commit diff stats
path: root/config.json
diff options
context:
space:
mode:
authorBenny Morrison <benmorrison@ttm.sh>2019-03-16 03:02:26 -0400
committerBenny Morrison <benmorrison@ttm.sh>2019-03-16 03:02:26 -0400
commitde8bc7e6a35523d35d52b13d446be334a6f299fb (patch)
tree7fe2af2d2e4e7b93a3c09a41eabdb6879e466545 /config.json
parentf217ab629e71ae55179fed93c28fe4e90eceebbe (diff)
downloadgoofbot-de8bc7e6a35523d35d52b13d446be334a6f299fb.tar.gz
moved config to json file
Diffstat (limited to 'config.json')
-rw-r--r--config.json11
1 files changed, 11 insertions, 0 deletions
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"
+}