aboutsummaryrefslogtreecommitdiff
path: root/src/irc.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-04-12 21:26:35 -0400
committerGavin Andresen <[email protected]>2012-05-25 14:36:40 -0400
commitfeeb761ba07af74a7cd78b8c8f7c2a961fd9ea1c (patch)
tree8cec30ee5da602e1cdc19d1ff23d27097146d0b3 /src/irc.cpp
parentRemove newlines from JSON strings (diff)
downloaddiscoin-feeb761ba07af74a7cd78b8c8f7c2a961fd9ea1c.tar.xz
discoin-feeb761ba07af74a7cd78b8c8f7c2a961fd9ea1c.zip
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 104918841..c0b3b7478 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);