about summary refs log tree commit diff stats
path: root/config.json
diff options
context:
space:
mode:
authorBenny Morrison <benmorrison@ttm.sh>2019-03-17 02:02:41 -0400
committerBenny Morrison <benmorrison@ttm.sh>2019-03-17 02:02:41 -0400
commiteb48e13e5791488d1f291ef7bcffffc2440b8c87 (patch)
treefa61c0dc8425f38ae172c57a4a10a649a389803e /config.json
parent24ec17ab17eaa652c9718a1c7804fa976ae7eb82 (diff)
downloadgoofbot-eb48e13e5791488d1f291ef7bcffffc2440b8c87.tar.gz
removed output variable, set to os.Stdout constant
Diffstat (limited to 'config.json')
-rw-r--r--config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.json b/config.json
index e6954d2..8de5649 100644
--- a/config.json
+++ b/config.json
@@ -2,10 +2,10 @@
     "owner": "ahriman",
     "chan": "#goofbot",
     "server": "irc.tilde.chat",
-    "port": "6697",
+    "port": 6697,
     "nick": "goofbot",
     "user": "goofbot",
     "name": "Goofus McBotus",
     "out": "os.Stdout",
-    "ssl": "true"
+    "ssl": true
 }