mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
All boolean options/flags now work the same way.
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@194 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
parent
bfd471f53e
commit
bdde31d787
7 changed files with 33 additions and 31 deletions
2
irc.cpp
2
irc.cpp
|
|
@ -194,7 +194,7 @@ void ThreadIRCSeed2(void* parg)
|
|||
{
|
||||
if (mapArgs.count("-connect"))
|
||||
return;
|
||||
if (mapArgs.count("-noirc"))
|
||||
if (GetBoolArg("-noirc"))
|
||||
return;
|
||||
printf("ThreadIRCSeed started\n");
|
||||
int nErrorWait = 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue