aboutsummaryrefslogtreecommitdiff
path: root/irc.cpp
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2010-07-19 01:02:04 +0000
committerGavin Andresen <gavinandresen@gmail.com>2010-07-19 01:02:04 +0000
commit9d2174b6f5f3fac2463c7ebc2dbb9004b3740d23 (patch)
treef378432b78a6cef9c0f9f0260cf549bd560b8bc0 /irc.cpp
parent8bd66202c324a6c7a79abc0f1f0558dacbc59460 (diff)
version 0.3.1 rc1v0.3.1rc1
Diffstat (limited to 'irc.cpp')
-rw-r--r--irc.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/irc.cpp b/irc.cpp
index b3993e7cd6..daa9a0db61 100644
--- a/irc.cpp
+++ b/irc.cpp
@@ -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;