From 125a33a4071c07284e206b1e29b6b350b4b1a525 Mon Sep 17 00:00:00 2001 From: fishwaldo <> Date: Wed, 29 Jan 2003 10:07:24 +0000 Subject: [PATCH] bah, as I said, fix ultimate levels --- Ultimate.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ultimate.c b/Ultimate.c index 09153c22..2f178bcb 100644 --- a/Ultimate.c +++ b/Ultimate.c @@ -20,7 +20,7 @@ ** USA ** ** 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" @@ -59,8 +59,8 @@ aCtab cFlagTab[] = { #ifdef ULTIMATE3 Oper_Modes usr_mds[] = { - {UMODE_OPER, 'O', 50}, - {UMODE_LOCOP, 'o', 40}, + {UMODE_OPER, 'o', 50}, + {UMODE_LOCOP, 'O', 40}, {UMODE_INVISIBLE, 'i', 0}, {UMODE_WALLOP, 'w', 0}, {UMODE_SERVNOTICE, 's', 0},