Skip to content

Commit

Permalink
Remove IRC
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitcoin committed Jul 31, 2017
1 parent 2b3e628 commit ad8db49
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 426 deletions.
4 changes: 0 additions & 4 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,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: 0)") + "\n" +
Expand Down Expand Up @@ -352,9 +351,6 @@ bool AppInit2()
// ********************************************************* Step 2: parameter interactions

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

fUseFastIndex = GetBoolArg("-fastindex", true);

Expand Down
Loading

0 comments on commit ad8db49

Please sign in to comment.