diff options
author | Benny Morrison <benmorrison@ttm.sh> | 2019-03-16 03:02:26 -0400 |
---|---|---|
committer | Benny Morrison <benmorrison@ttm.sh> | 2019-03-16 03:02:26 -0400 |
commit | de8bc7e6a35523d35d52b13d446be334a6f299fb (patch) | |
tree | 7fe2af2d2e4e7b93a3c09a41eabdb6879e466545 | |
parent | f217ab629e71ae55179fed93c28fe4e90eceebbe (diff) | |
download | goofbot-de8bc7e6a35523d35d52b13d446be334a6f299fb.tar.gz |
moved config to json file
-rw-r--r-- | config.json | 11 |
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" +} |