fixed trying to connect to localhost

This commit is contained in:
unknown 2015-05-26 15:14:19 +02:00
parent 2f6c2be025
commit 56f1082907

View File

@ -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