diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-12 21:26:35 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-05-25 14:36:40 -0400 |
commit | feeb761ba07af74a7cd78b8c8f7c2a961fd9ea1c (patch) | |
tree | 8cec30ee5da602e1cdc19d1ff23d27097146d0b3 /src/irc.cpp | |
parent | 4e6e3293ff377854487bdf01a77dafb22955ed91 (diff) |
Testnet, Mark III
Diffstat (limited to 'src/irc.cpp')
-rw-r--r-- | src/irc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/irc.cpp b/src/irc.cpp index 1049188411..c0b3b7478d 100644 --- a/src/irc.cpp +++ b/src/irc.cpp @@ -291,8 +291,8 @@ void ThreadIRCSeed2(void* parg) } if (fTestNet) { - Send(hSocket, "JOIN #bitcoinTEST\r"); - Send(hSocket, "WHO #bitcoinTEST\r"); + Send(hSocket, "JOIN #bitcoinTEST3\r"); + Send(hSocket, "WHO #bitcoinTEST3\r"); } else { // randomly join #bitcoin00-#bitcoin99 int channel_number = GetRandInt(100); |