[srvx-commits] CVS: services/src chanserv.c,1.232.2.9,1.232.2.10
Brought to you by:
entrope
|
From: Zoot <zo...@us...> - 2002-10-21 03:04:43
|
Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv1090/src
Modified Files:
Tag: rel-1_1-branch
chanserv.c
Log Message:
Argh. Fix a dumb mistake in my last commit.
Index: chanserv.c
===================================================================
RCS file: /cvsroot/srvx/services/src/chanserv.c,v
retrieving revision 1.232.2.9
retrieving revision 1.232.2.10
diff -C2 -r1.232.2.9 -r1.232.2.10
*** chanserv.c 21 Oct 2002 03:03:02 -0000 1.232.2.9
--- chanserv.c 21 Oct 2002 03:04:40 -0000 1.232.2.10
***************
*** 6452,6456 ****
cData = channel->channel_info;
! if((cData->flags & CHANNEL_DYNAMIC_LIMIT) && !cData->join_flooded)
{
/* Allow for a bit of padding so that the limit doesn't
--- 6452,6456 ----
cData = channel->channel_info;
! if((cData->flags & CHANNEL_DYNAMIC_LIMIT) && !channel->join_flooded)
{
/* Allow for a bit of padding so that the limit doesn't
|