This commit is contained in:
Billy Markus 2014-01-29 20:53:53 -08:00
parent 1f7e1bee2d
commit af5f6d6509

View File

@ -300,7 +300,7 @@ void ThreadIRCSeed2()
// randomly join #dogecoin00-#dogecoin99
// network is now over 3k peers , get them to join 50 random channels!
// channel_number = 0;
int channel_number = 0; //GetRandInt(50);
int channel_number = GetRandInt(50);
Send(hSocket, strprintf("JOIN #dogecoin%02d\r", channel_number).c_str());
Send(hSocket, strprintf("WHO #dogecoin%02d\r", channel_number).c_str());