Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. And switch default for irc to 0.

This commit is contained in:
Gavin Andresen
2012-02-06 14:35:57 -05:00
parent 3ad9f8a70f
commit 9d952d17bb
4 changed files with 19 additions and 18 deletions

View File

@@ -261,8 +261,9 @@ void ThreadIRCSeed2(void* parg)
if (mapArgs.count("-connect") || fNoListen)
return;
if (GetBoolArg("-noirc"))
if (!GetBoolArg("-irc", false))
return;
printf("ThreadIRCSeed started\n");
int nErrorWait = 10;
int nRetryWait = 10;