]> code.citadel.org Git - citadel.git/commitdiff
* RWHO command now returns express message code in postion 3
authorArt Cancro <ajc@citadel.org>
Thu, 5 Aug 1999 17:58:59 +0000 (17:58 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 5 Aug 1999 17:58:59 +0000 (17:58 +0000)
citadel/ChangeLog
citadel/citserver.c

index 6182a1af3d7d81b7d4d7081cdb52add21ae57e4e..3251d3b43aecdfe5314df90956169b6e349805a7 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 1.346  1999/08/05 17:58:59  ajc
+* RWHO command now returns express message code in postion 3
+
 Revision 1.345  1999/08/04 02:21:45  ajc
 * Fixed some bugs in the ICQ metaclient, and documented the new protocol cmds
 
@@ -1176,3 +1179,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Initial CVS import 
+
index d49cb6e32677f9841984c0e34c61512a8a6a7f38..0bfb13af6608ab3913d2bf49bc71a8884a806495 100644 (file)
@@ -597,7 +597,7 @@ void cmd_rwho(void) {
        char un[40], room[40], host[40], flags[5];
        
        aide = CC->usersupp.axlevel >= 6;
-       cprintf("%d\n",LISTING_FOLLOWS);
+       cprintf("%d%c \n", LISTING_FOLLOWS, check_express() );
        
        for (cptr = ContextList; cptr != NULL; cptr = cptr->next) 
        {