[srvx-commits] CVS: services/src chanserv.c,1.161.2.83,1.161.2.84
Brought to you by:
entrope
From: Adrian D. <sai...@us...> - 2001-10-06 21:34:01
|
Update of /cvsroot/srvx/services/src In directory usw-pr-cvs1:/tmp/cvs-serv27316 Modified Files: Tag: rel-1_0 chanserv.c Log Message: In !staff, if an oper has a handle with +h, don't put them on both the oper AND helper lists. Index: chanserv.c =================================================================== RCS file: /cvsroot/srvx/services/src/chanserv.c,v retrieving revision 1.161.2.83 retrieving revision 1.161.2.84 diff -C2 -r1.161.2.83 -r1.161.2.84 *** chanserv.c 2001/09/04 18:35:55 1.161.2.83 --- chanserv.c 2001/10/06 21:33:57 1.161.2.84 *************** *** 3247,3250 **** --- 3247,3253 ---- helper = curr_helpers.list[n]; + if (IsOper(helper)) + continue; + if(IsAway(helper)) { |