Update of /cvsroot/solidircd/solidircd-stable/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5428/include
Modified Files:
config.h
Log Message:
added some cool stuff for elmer and freeze.
Index: config.h
===================================================================
RCS file: /cvsroot/solidircd/solidircd-stable/include/config.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** config.h 18 Mar 2006 00:36:03 -0000 1.23
--- config.h 18 Mar 2006 05:37:00 -0000 1.24
***************
*** 227,230 ****
--- 227,260 ----
#undef ERROR_FREEZE_NOTICE
+
+ /* MAGICWAND_FREEZE
+ * This will basicly send a message to the user when they're frozen,
+ * such as (A magic wand has been waved over your head and frozen you)
+ *
+ */
+
+ #define MAGICWAND_FREEZE
+
+ /* MAGICWAND_ELMER
+ * Same thing has magicwand_freeze, but a different message.
+ *
+ */
+
+ #define MAGICWAND_ELMER
+
+ /* MAGICWAND_SILLY
+ *Same as magicwand freeze, but a different message.
+ *
+ */
+
+ #define MAGICWAND_SILLY
+
+ /* MAGIWAND_NORMAL
+ * same has magicwand freeze, but a different message.
+ *
+ */
+ #define MAGICWAND_NORMAL
+
+
/*
* TOYS
|