diff -r -u BitchX-org/include/config.h BitchX/include/config.h
--- BitchX-org/include/config.h	2002-03-24 10:31:04.000000000 +0100
+++ BitchX/include/config.h	2003-10-29 00:13:11.000000000 +0100
@@ -37,7 +37,9 @@
  *
  * List last updated: 03/24/01.  -dialtone.
  */
-#define DEFAULT_SERVER  "[efnet] "\
+#define DEFAULT_SERVER  "[freenode]"\
+                                "irc.freenode.net"\
+                        "[efnet] "\
 				"irc.Prison.NET "\
 				"irc.colorado.edu "\
 				"irc.concentric.net "\
@@ -127,10 +129,6 @@
 				"raistlin.toledolink.com "\
 			"[relicnet] "\
 				"convicts.us.relic.net "\
-			"[openprojects] "\
-				"irc.freshmeat.net "\
-				"irc.linux.com "\
-				"irc.openprojects.net "\
 			"[other] "\
 				"irc.myweb.net "\
 				"irc-rr.vitamina.ca "\
@@ -195,7 +193,7 @@
  * we define the default network type for server groups. Do not just
  * undefine this.
  */
- #define DEFAULT_NETWORK "efnet"
+#define DEFAULT_NETWORK "freenode"
 
 /*
  * Below are the IRCII variable defaults.  For boolean variables, use 1 for
diff -r -u BitchX-org/source/irc.c BitchX/source/irc.c
--- BitchX-org/source/irc.c	2002-03-25 21:52:56.000000000 +0100
+++ BitchX/source/irc.c	2003-10-29 00:21:40.000000000 +0100
@@ -1081,7 +1081,7 @@
 	convert_unix(my_path);
 #endif
 	if (!*realname)
-		strmcpy(realname, "* I'm to lame to read BitchX.doc *", REALNAME_LEN);
+		strmcpy(realname, "* A damn proud lunar user ! *", REALNAME_LEN);
 
        /*
         * Yes... this is EXACTLY what you think it is.  And if you don't know..
