Index: src/list.c
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/src/list.c,v
retrieving revision 1.1.1.1.6.1.2.55.2.6
diff -u -r1.1.1.1.6.1.2.55.2.6 list.c
--- src/list.c	14 Jan 2006 12:39:25 -0000	1.1.1.1.6.1.2.55.2.6
+++ src/list.c	28 Dec 2006 18:43:10 -0000
@@ -133,7 +133,7 @@
 	cptr->srvptr = servr;
 	cptr->status = STAT_UNKNOWN;
 	
-	(void)strcpy(cptr->username, "unknown");
+	(void)strcpy(cptr->username, "*");
 	if (size == CLIENT_LOCAL_SIZE)
 	{
 		cptr->since = cptr->lasttime =
Index: src/s_err.c
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/src/s_err.c,v
retrieving revision 1.1.1.1.6.1.2.52.2.17
diff -u -r1.1.1.1.6.1.2.52.2.17 s_err.c
--- src/s_err.c	16 Jan 2006 20:46:48 -0000	1.1.1.1.6.1.2.52.2.17
+++ src/s_err.c	28 Dec 2006 18:43:21 -0000
@@ -415,7 +415,7 @@
 /* 375    RPL_MOTDSTART */ ":%s 375 %s :- %s Message of the Day - ",
 /* 376    RPL_ENDOFMOTD */ ":%s 376 %s :End of /MOTD command.",
 /* 377 */ NULL, /* aircd, austhex */
-/* 378    RPL_WHOISHOST */ ":%s 378 %s %s :is connecting from *@%s %s",
+/* 378    RPL_WHOISHOST */ ":%s 378 %s %s :is connecting from %s@%s %s",
 /* 379    RPL_WHOISMODES */ ":%s 379 %s %s :is using modes %s %s",
 /* 380 */ NULL, /* aircd, austhex */
 /* 381    RPL_YOUREOPER */ ":%s 381 %s :You are now an IRC Operator",
Index: src/modules/m_whois.c
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/src/modules/Attic/m_whois.c,v
retrieving revision 1.1.2.30.2.9
diff -u -r1.1.2.30.2.9 m_whois.c
--- src/modules/m_whois.c	4 Jul 2006 10:05:18 -0000	1.1.2.30.2.9
+++ src/modules/m_whois.c	28 Dec 2006 18:43:26 -0000
@@ -195,7 +195,7 @@
 			{
 				sendto_one(sptr, rpl_str(RPL_WHOISHOST),
 				    me.name, parv[0], acptr->name,
-				    user->realhost, user->ip_str ? user->ip_str : "");
+				    MyConnect(acptr) ? acptr->username : "*", user->realhost, user->ip_str ? user->ip_str : "");
 			}
 
 			if (IsARegNick(acptr))
