diff options
| author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-07-02 23:43:29 +0000 |
|---|---|---|
| committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-07-02 23:43:29 +0000 |
| commit | 64f9370691007410d45d1a5af624edfb0291224c (patch) | |
| tree | b812b188cb672c3b1ea1ebae976c6721683fa142 /irc.cpp | |
| parent | version 0.3 rc2 (diff) | |
| download | discoin-64f9370691007410d45d1a5af624edfb0291224c.tar.xz discoin-64f9370691007410d45d1a5af624edfb0291224c.zip | |
reduced max outbound connections from 15 to 8 --version 0.3 rc4
Diffstat (limited to 'irc.cpp')
| -rw-r--r-- | irc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -204,7 +204,6 @@ void ThreadIRCSeed(void* parg) else
strMyName = strprintf("x%u", GetRand(1000000000));
-
Send(hSocket, strprintf("NICK %s\r", strMyName.c_str()).c_str());
Send(hSocket, strprintf("USER %s 8 * : %s\r", strMyName.c_str(), strMyName.c_str()).c_str());
|