From e2bf70145466264a4f082aaa313fd8de5663aeff Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Sat, 26 Jun 2010 15:47:45 +0000 Subject: version 0.3 rc2 --- irc.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'irc.cpp') diff --git a/irc.cpp b/irc.cpp index 673baebeb..c63ba4776 100644 --- a/irc.cpp +++ b/irc.cpp @@ -166,10 +166,12 @@ void ThreadIRCSeed(void* parg) while (!fShutdown) { - CAddress addrConnect("216.155.130.130:6667"); + //CAddress addrConnect("216.155.130.130:6667"); // chat.freenode.net + CAddress addrConnect("92.243.23.21:6667"); // irc.lfnet.org if (!fTOR) { - struct hostent* phostent = gethostbyname("chat.freenode.net"); + //struct hostent* phostent = gethostbyname("chat.freenode.net"); + struct hostent* phostent = gethostbyname("irc.lfnet.org"); if (phostent && phostent->h_addr_list && phostent->h_addr_list[0]) addrConnect = CAddress(*(u_long*)phostent->h_addr_list[0], htons(6667)); } -- cgit v1.2.3