[srvx-commits] CVS: services/src proto-p10.c,1.53,1.54
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2003-01-04 00:00:03
|
Update of /cvsroot/srvx/services/src
In directory sc8-pr-cvs1:/tmp/cvs-serv19776/src
Modified Files:
proto-p10.c
Log Message:
fix verify_mod_chanmode() to accept 'c' and 'C'
Index: proto-p10.c
===================================================================
RCS file: /cvsroot/srvx/services/src/proto-p10.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -r1.53 -r1.54
*** proto-p10.c 2 Jan 2003 23:11:34 -0000 1.53
--- proto-p10.c 3 Jan 2003 23:59:59 -0000 1.54
***************
*** 1980,1983 ****
--- 1980,1985 ----
case 'D':
case 'r':
+ case 'c':
+ case 'C':
if(add == -1) {
return 0;
|