[SithNet-Patches] [CVS] Module gnuworld-sithnet: Change committed
Brought to you by:
darthsidious_
|
From: Tim I. <dar...@us...> - 2003-10-25 01:38:33
|
Committer : Tim Ireland <dar...@us...>
CVSROOT : /cvsroot/sithnet-dev
Module : gnuworld-sithnet
Commit time: 2003-10-25 01:36:04 UTC
Modified files:
mod.cservice/levels.h
Log message:
changed command levels
---------------------- diff included ----------------------
Index: gnuworld-sithnet/mod.cservice/levels.h
diff -u gnuworld-sithnet/mod.cservice/levels.h:1.2 gnuworld-sithnet/mod.cservice/levels.h:1.3
--- gnuworld-sithnet/mod.cservice/levels.h:1.2 Fri Oct 24 10:31:45 2003
+++ gnuworld-sithnet/mod.cservice/levels.h Fri Oct 24 18:35:54 2003
@@ -21,11 +21,11 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
* USA.
*
- * $Id: levels.h,v 1.2 2003/10/24 17:31:45 darthsidious_ Exp $
+ * $Id: levels.h,v 1.3 2003/10/25 01:35:54 darthsidious_ Exp $
*/
#ifndef __LEVELS_H
-#define __LEVELS_H "$Id: levels.h,v 1.2 2003/10/24 17:31:45 darthsidious_ Exp $"
+#define __LEVELS_H "$Id: levels.h,v 1.3 2003/10/25 01:35:54 darthsidious_ Exp $"
namespace gnuworld {
@@ -53,7 +53,7 @@
const int deop = 100;
const int op = 100;
- const int invite = 100;
+ const int invite = 24;
const int suspend = 100;
const int unsuspend = 100;
@@ -77,12 +77,11 @@
const int registercmd = 750;
const int globalsuspend = 750;
const int rehash = 900;
- const int adduserid = 900;
+ //const int adduserid = 900; - Temporarily(?) Disabled
const int purge = 750;
const int removeall = 750;
- const int adminkill = 750;
-
+ //const int adminkill = 750; - Temporarily(?) Disabled
const int remignore = 600;
const int servnotice = 800;
@@ -90,7 +89,7 @@
// Debug Commands
const int shutdown = 900;
- const int kill = 1000;
+ //const int kill = 1000; - Temporarily(?) Disabled
const int quote = 1000;
namespace set {
@@ -105,9 +104,9 @@
const int desc = 450;
const int mode = 450;
const int noop = 499;
- const int oponly = 500;
- const int strictop = 475;
- const int strictvoice = 475;
+ const int oponly = 499;
+ const int strictop = 499;
+ const int strictvoice = 499;
const int lang = 500;
const int floodpro = 499;
const int autojoin = 500;
@@ -115,7 +114,7 @@
const int nopurge = 501;
const int comment = 600;
const int locked = 600;
- const int special = 750;
+ const int special = 900;
const int noreg = 750;
const int neverreg = 750;
const int noforce = 1000;
----------------------- End of diff -----------------------
|