This commit is contained in:
Gavin Andresen 2012-02-22 11:26:19 -05:00
commit 5c03282521
1 changed files with 5 additions and 0 deletions

View File

@ -259,6 +259,11 @@ bool AppInit2(int argc, char* argv[])
}
fTestNet = GetBoolArg("-testnet");
if (fTestNet)
{
SoftSetBoolArg("-irc", true);
}
fDebug = GetBoolArg("-debug");
#if !defined(WIN32) && !defined(QT_GUI)