X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/cd25f2e983991b8769135c8e88a372272ec6d96c..7a27854095fb80ce76e2ef5a59e87f42fbbe45fe:/src/chanserv.h diff --git a/src/chanserv.h b/src/chanserv.h index 334bf98..376161c 100644 --- a/src/chanserv.h +++ b/src/chanserv.h @@ -24,11 +24,11 @@ #include "nickserv.h" enum UL_ALIASES { - UL_PEON = 100, + UL_PEON = 1, UL_HALFOP = 150, UL_OP = 200, UL_MANAGER = 300, - UL_PRESENT = UL_MANAGER, + UL_PRESENT = UL_MANAGER, /* Level needed to keep the channel active */ UL_COOWNER = 400, UL_OWNER = 500, UL_HELPER = 600,