Skip to content

Commit

Permalink
Change IRC network
Browse files Browse the repository at this point in the history
Undernet operators banned bitcoin-like clients from network.
Server irc.lfnet.org will be used, like in most other coins.
  • Loading branch information
alerj78 committed May 21, 2014
1 parent 07d7e5f commit aa0e782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/irc.cpp
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); // irc.lfnet.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 aa0e782

Please sign in to comment.