Skip to content

Commit

Permalink
Update init.cpp
Browse files Browse the repository at this point in the history
removed irc
  • Loading branch information
ChekaZ authored Feb 1, 2018
1 parent 8a56f2a commit 0930862
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ std::string HelpMessage()
" -externalip=<ip> " + _("Specify your own public address") + "\n" +
" -onlynet=<net> " + _("Only connect to nodes in network <net> (IPv4, IPv6 or Tor)") + "\n" +
" -discover " + _("Discover own IP address (default: 1 when listening and no -externalip)") + "\n" +
" -irc " + _("Find peers using internet relay chat (default: 1)") + "\n" +
" -listen " + _("Accept connections from outside (default: 1 if no -proxy or -connect)") + "\n" +
" -bind=<addr> " + _("Bind to given address. Use [host]:port notation for IPv6") + "\n" +
" -dnsseed " + _("Find peers using DNS lookup (default: 1)") + "\n" +
Expand Down Expand Up @@ -408,7 +407,6 @@ bool AppInit2()
}

fTestNet = GetBoolArg("-testnet");
if(fTestNet) SoftSetBoolArg("-irc", true);

nNodeLifespan = GetArg("-addrlifespan", 7);

Expand Down

0 comments on commit 0930862

Please sign in to comment.