> Shows the users AC if requested in the /who parameters (%a)
I'm sorry, but your patch file appears to have been garbled. Could you please resubmit? > Index: include/whocmds.h > =================================================================== > RCS file: /home/coder-com/cvs/ircu2.10/include/whocmds.h,v > retrieving revision 1.6 > diff -b -u -d -r1.6 whocmds.h > --- include/whocmds.h 2001/06/28 21:40:56 1.6 > +++ include/whocmds.h 2002/09/13 00:28:41Index: ircd/m_who.c > =================================================================== [snip] > @@ -259,6 +263,10 @@ > case 'u': > case 'U': > fields |= WHO_FIELD_UID; > + break;Index: ircd/whocmds.c > =================================================================== [snip] (Notice the location of the "Index" segment, as well as the emptiness of the whocmds.h hunk.) -- Kevin L. Mitchell <[EMAIL PROTECTED]>
