[srvx-commits] CVS: services/src chanserv.c,1.394,1.395
Brought to you by:
entrope
From: Adrian D. <sai...@us...> - 2003-12-02 04:14:33
|
Update of /cvsroot/srvx/services/src In directory sc8-pr-cvs1:/tmp/cvs-serv8996 Modified Files: chanserv.c Log Message: Fix lock-up when there is a nick change that matches a nick-based chanserv ban when the channel's banlist is full. Index: chanserv.c =================================================================== RCS file: /cvsroot/srvx/services/src/chanserv.c,v retrieving revision 1.394 retrieving revision 1.395 diff -C2 -r1.394 -r1.395 *** chanserv.c 21 Nov 2003 13:21:21 -0000 1.394 --- chanserv.c 1 Dec 2003 22:15:21 -0000 1.395 *************** *** 6386,6390 **** sprintf(kick_reason, CSMSG_KICK_FORMAT, bData->reason, bData->owner); KickChannelUser(user, channel, chanserv, kick_reason); - ii--; /* make sure we don't skip a channel */ break; /* we don't need to check any more bans in the channel */ } --- 6386,6389 ---- |