Update of /cvsroot/solidircd/solidircd-stable/include
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv21566/include
Modified Files:
struct.h
Log Message:
Review CHANGES file for more details
Index: struct.h
===================================================================
RCS file: /cvsroot/solidircd/solidircd-stable/include/struct.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** struct.h 18 Mar 2006 00:36:03 -0000 1.10
--- struct.h 1 Oct 2006 21:04:57 -0000 1.11
***************
*** 1366,1373 ****
#define MODE_NONICK 0x080000
#define MODE_SSL 0x100000
#ifdef ENABLE_CHANNEL_MODE_D
#define MODE_RSL 0x200000
#endif
!
/* mode flags which take another parameter (With PARAmeterS) */
--- 1366,1374 ----
#define MODE_NONICK 0x080000
#define MODE_SSL 0x100000
+ /* This mode is not finished so keep it disabled. -Sheik */
#ifdef ENABLE_CHANNEL_MODE_D
#define MODE_RSL 0x200000
#endif
! #define MODE_ADMINONLY 0x400000
/* mode flags which take another parameter (With PARAmeterS) */
|