Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. And switch...
[novacoin.git] / src / irc.cpp
index 8805c7f..78d86e1 100644 (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;