Author: dbkr
Date: 2006-04-22 18:55:53 +0000 (Sat, 22 Apr 2006)
New Revision: 8564
Modified:
trunk/freenet/src/freenet/node/PeerManagerUserAlert.java
Log:
Tell people to log onto #freenet-refs in the first place, rather than telling
them to connect to #freenet and having someone forward them on.
Modified: trunk/freenet/src/freenet/node/PeerManagerUserAlert.java
===================================================================
--- trunk/freenet/src/freenet/node/PeerManagerUserAlert.java 2006-04-21
21:06:30 UTC (rev 8563)
+++ trunk/freenet/src/freenet/node/PeerManagerUserAlert.java 2006-04-22
18:55:53 UTC (rev 8564)
@@ -34,7 +34,7 @@
"(if you are paranoid, then people you
trust; if not, then " +
"at least people you've talked to)";
String end = " log on to irc.freenode.net channel " +
- "#freenet and ask around for somebody to connect to";
+ "#freenet-refs and ask around for somebody to connect
to";
if(n.testnetEnabled)
s += ", but since this is a testnet node, we suggest
that you "+end+".";
else