bert@freeBSD ircu2.10# cvs diff -bud
cvs server: Diffing .
cvs server: Diffing doc
cvs server: Diffing doc/api
cvs server: Diffing doc/history
cvs server: Diffing include
cvs server: Diffing ircd
Index: ircd/s_misc.c
===================================================================
RCS file: /home/coder-com/cvs/ircu2.10/ircd/s_misc.c,v
retrieving revision 1.30
diff -b -u -d -r1.30 s_misc.c
--- ircd/s_misc.c       2002/03/19 22:03:36     1.30
+++ ircd/s_misc.c       2002/03/22 23:50:10
@@ -170,7 +170,7 @@
   if (MyConnect(sptr)) {
     if (showip)
       ircd_snprintf(0, nbuf, sizeof(nbuf), "%s[%s@%s]", cli_name(sptr),
-            (IsIdented(sptr)) ? cli_username(sptr) : "", cli_sock_ip(sptr));
+            cli_user(sptr)->username, cli_sock_ip(sptr));
     else
         return cli_name(sptr);
     return nbuf;
cvs server: Diffing ircd/test
cvs server: Diffing tools
cvs server: Diffing tools/Bounce

