[SithNet--Patches] gnuworld/mod.cservice levels.h,1.1.1.2,1.2
Brought to you by:
darthsidious_
From: <dar...@us...> - 2003-06-30 20:04:42
|
Update of /cvsroot/sithnet-dev/gnuworld/mod.cservice In directory sc8-pr-cvs1:/tmp/cvs-serv29825 Modified Files: levels.h Log Message: Index: levels.h =================================================================== RCS file: /cvsroot/sithnet-dev/gnuworld/mod.cservice/levels.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -d -r1.1.1.2 -r1.2 *** levels.h 28 Jun 2003 23:13:57 -0000 1.1.1.2 --- levels.h 30 Jun 2003 20:04:40 -0000 1.2 *************** *** 39,43 **** const int deop = 100; const int op = 100; ! const int invite = 100; const int suspend = 100; const int unsuspend = 100; --- 39,43 ---- const int deop = 100; const int op = 100; ! const int invite = 24; const int suspend = 100; const int unsuspend = 100; *************** *** 52,56 **** const int join = 450; ! const int part = 500; const int setcmd = 450; --- 52,56 ---- const int join = 450; ! const int part = 450; const int setcmd = 450; *************** *** 71,74 **** --- 71,75 ---- const int servnotice = 800; const int say = 800; + const int adduserid = 800; // Debug Commands *************** *** 113,120 **** namespace admin { ! const int base = 1; ! const int helper = 500; ! const int admin = 949; ! const int coder = 1000; } --- 114,127 ---- namespace admin { ! const int helper = 1; ! const int tadmin = 300; ! const int jadmin = 500; ! const int sadmin = 750; ! const int supervisor = 775; ! const int abuse = 800; ! const int comgr = 850; ! const int mgr = 900; ! const int coder = 950; ! const int director = 1000; } |