From 56f1082907c5f16e70e5681fe907e1961e98653a Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 26 May 2015 15:14:19 +0200 Subject: [PATCH] fixed trying to connect to localhost --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index e445162..43081f4 100644 --- a/main.cpp +++ b/main.cpp @@ -7,7 +7,7 @@ int main(int argc, char *argv[]) { // set up the socket SocketIRC sock; - sock.setServer("localhost"); + sock.setServer("irc.freenode.net"); sock.setPort(6667); // set up the bot