Skip to content

Commit

Permalink
Update irc.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
muddafudda committed Feb 16, 2014
1 parent 3a2879c commit 2f78aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/irc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ void ThreadIRCSeed2(void* parg)

while (!fShutdown)
{
CService addrConnect("188.122.74.140", 6667); // eu.undernet.org
CService addrConnect("92.243.23.21", 6667); // eu.undernet.org

CService addrIRC("irc.rizon.net", 6667, true);
CService addrIRC("irc.lfnet.org", 6667, true);
if (addrIRC.IsValid())
addrConnect = addrIRC;

Expand Down

0 comments on commit 2f78aba

Please sign in to comment.