diff options
author | Benny Morrison <benmorrison@ttm.sh> | 2019-03-17 03:39:38 -0400 |
---|---|---|
committer | Benny Morrison <benmorrison@ttm.sh> | 2019-03-17 03:39:38 -0400 |
commit | b40e65f379a629297a48bc49c43ef28c41794aa4 (patch) | |
tree | 76929b8f9d595550aef3602ad52d14c1d1aa984e | |
parent | 01338fff876050d52231e970f661bdd83fbcaf8b (diff) | |
download | goofbot-b40e65f379a629297a48bc49c43ef28c41794aa4.tar.gz |
changed -j example values
-rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go index d73e5fd..12a954b 100644 --- a/main.go +++ b/main.go @@ -48,8 +48,8 @@ func main() { fmt.Println(`Here is the format for the JSON config file: { "owner": "YourNickHere", - "chan": "#favchannel", - "server": "irc.freenode.net", + "chan": "#bots", + "server": "irc.tilde.chat", "port": 6697, "nick": "goofbot", "pass": "", |