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:33:21 -0400
committerBenny Morrison <benmorrison@ttm.sh>2019-03-17 02:33:21 -0400
commit8e390041fb5a6cdc68edb631056f02561294a920 (patch)
treef321381c5d399e4d92597c5802beec921e5b13fa /config.json
parent69a42ee7e03c55be181a0c5924c22d2810713958 (diff)
downloadgoofbot-8e390041fb5a6cdc68edb631056f02561294a920.tar.gz
set pass field to null so go parses it as nil
Diffstat (limited to 'config.json')
-rw-r--r--config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json
index 2c5fc53..d1ab9a6 100644
--- a/config.json
+++ b/config.json
@@ -4,7 +4,7 @@
     "server": "irc.tilde.chat",
     "port": 6697,
     "nick": "goofbot",
-    "pass": "",
+    "pass": null,
     "user": "goofbot",
     "name": "Goofus McBotus",
     "ssl": true