Update of /cvsroot/solidircd/solidircd-stable/include
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv16035/include
Modified Files:
config.h patchlevel.h
Log Message:
minor changes.
Index: config.h
===================================================================
RCS file: /cvsroot/solidircd/solidircd-stable/include/config.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** config.h 25 Jun 2006 22:53:01 -0000 1.28
--- config.h 26 Jun 2006 14:17:03 -0000 1.29
***************
*** 227,230 ****
--- 227,239 ----
#define ERROR_FREEZE_NOTICE
+ /* ADMIN_CAN_WALK_ONLY Allow only the Services Admin to walk through channel bans. if you enable this
+ * then ALL_OPER_CAN_WALK_ONLY needs to be disabled or you will get compile errors.
+ * If you wan all opers to be able to walk through channel bans then undef ADMIN_CAN_WALK_ONLY
+ * and define ALL_OPERS_CAN_WALK_ONLY
+ */
+
+ #define ADMIN_CAN_WALK_ONLY
+
+ #undef ALL_OPERS_CAN_WALK_ONLY
Index: patchlevel.h
===================================================================
RCS file: /cvsroot/solidircd/solidircd-stable/include/patchlevel.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** patchlevel.h 25 Jun 2006 21:03:34 -0000 1.4
--- patchlevel.h 26 Jun 2006 14:17:03 -0000 1.5
***************
*** 32,36 ****
#define MAJOR 3
#define MINOR 4
! #define PATCH 8
#define PATCHES "stable"
--- 32,36 ----
#define MAJOR 3
#define MINOR 4
! #define PATCH 9
#define PATCHES "stable"
|