diff options
-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": "", |