[srvx-commits] CVS: services/src chanserv.c,1.161.2.77,1.161.2.78
Brought to you by:
entrope
From: Entrope <en...@us...> - 2001-08-19 00:44:01
|
Update of /cvsroot/srvx/services/src In directory usw-pr-cvs1:/tmp/cvs-serv15055/src Modified Files: Tag: rel-1_0 chanserv.c Log Message: don't mark someone as present just for using a command Index: chanserv.c =================================================================== RCS file: /cvsroot/srvx/services/src/chanserv.c,v retrieving revision 1.161.2.77 retrieving revision 1.161.2.78 diff -C2 -r1.161.2.77 -r1.161.2.78 *** chanserv.c 2001/08/15 03:13:40 1.161.2.77 --- chanserv.c 2001/08/19 00:43:58 1.161.2.78 *************** *** 807,811 **** uData->seen = now; - uData->present = 1; } --- 807,810 ---- |