diff options
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());
|