bah, as I said, fix ultimate levels

This commit is contained in:
fishwaldo 2003-01-29 10:07:24 +00:00
parent 2d9a5206ed
commit 125a33a407

View file

@ -20,7 +20,7 @@
** USA ** USA
** **
** NeoStats CVS Identification ** NeoStats CVS Identification
** $Id: Ultimate.c,v 1.36 2003/01/23 10:53:38 fishwaldo Exp $ ** $Id: Ultimate.c,v 1.37 2003/01/29 10:07:24 fishwaldo Exp $
*/ */
#include "stats.h" #include "stats.h"
@ -59,8 +59,8 @@ aCtab cFlagTab[] = {
#ifdef ULTIMATE3 #ifdef ULTIMATE3
Oper_Modes usr_mds[] = { Oper_Modes usr_mds[] = {
{UMODE_OPER, 'O', 50}, {UMODE_OPER, 'o', 50},
{UMODE_LOCOP, 'o', 40}, {UMODE_LOCOP, 'O', 40},
{UMODE_INVISIBLE, 'i', 0}, {UMODE_INVISIBLE, 'i', 0},
{UMODE_WALLOP, 'w', 0}, {UMODE_WALLOP, 'w', 0},
{UMODE_SERVNOTICE, 's', 0}, {UMODE_SERVNOTICE, 's', 0},