[srvx-commits] CVS: services/src opserv.c,1.336,1.337
Brought to you by:
entrope
From: Entrope <en...@us...> - 2003-08-18 21:47:05
|
Update of /cvsroot/srvx/services/src In directory sc8-pr-cvs1:/tmp/cvs-serv27392/src Modified Files: opserv.c Log Message: fix gag creation so it matches all the users it should Index: opserv.c =================================================================== RCS file: /cvsroot/srvx/services/src/opserv.c,v retrieving revision 1.336 retrieving revision 1.337 diff -C2 -r1.336 -r1.337 *** opserv.c 18 Aug 2003 19:36:46 -0000 1.336 --- opserv.c 18 Aug 2003 21:47:02 -0000 1.337 *************** *** 2307,2310 **** --- 2307,2312 ---- discrim->max_level = ~0; discrim->max_ts = now; + discrim->max_channels = INT_MAX; + discrim->authed = -1; dupmask = strdup(hostmask); if (split_ircmask(dupmask, &discrim->mask_nick, &discrim->mask_ident, &discrim->mask_host)) { |