diff options
| author | Gavin Andresen <[email protected]> | 2010-07-19 01:02:04 +0000 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2010-07-19 01:02:04 +0000 |
| commit | 9d2174b6f5f3fac2463c7ebc2dbb9004b3740d23 (patch) | |
| tree | f378432b78a6cef9c0f9f0260cf549bd560b8bc0 /irc.cpp | |
| parent | Fix CRLF (diff) | |
| download | discoin-9d2174b6f5f3fac2463c7ebc2dbb9004b3740d23.tar.xz discoin-9d2174b6f5f3fac2463c7ebc2dbb9004b3740d23.zip | |
version 0.3.1 rc1v0.3.1rc1
Diffstat (limited to 'irc.cpp')
| -rw-r--r-- | irc.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -158,6 +158,10 @@ bool Wait(int nSeconds) void ThreadIRCSeed(void* parg) { + if (mapArgs.count("-connect")) + return; + if (mapArgs.count("-noirc")) + return; printf("ThreadIRCSeed started\n"); int nErrorWait = 10; int nRetryWait = 10; |