aboutsummaryrefslogtreecommitdiff
path: root/src/irc.cpp
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-04-12 21:26:35 -0400
committerGavin Andresen <gavinandresen@gmail.com>2012-05-25 14:36:40 -0400
commitfeeb761ba07af74a7cd78b8c8f7c2a961fd9ea1c (patch)
tree8cec30ee5da602e1cdc19d1ff23d27097146d0b3 /src/irc.cpp
parent4e6e3293ff377854487bdf01a77dafb22955ed91 (diff)
downloadbitcoin-feeb761ba07af74a7cd78b8c8f7c2a961fd9ea1c.tar.xz
Testnet, Mark III
Diffstat (limited to 'src/irc.cpp')
-rw-r--r--src/irc.cpp4
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);