X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d76ed9a966ee3d955c8ef00ecc02e643c2005e2e..d0cb2fb607f90029d877b558437f647c9fa38a77:/src/chanserv.h?ds=sidebyside diff --git a/src/chanserv.h b/src/chanserv.h index bd437a8..03fa291 100644 --- a/src/chanserv.h +++ b/src/chanserv.h @@ -26,8 +26,8 @@ enum UL_ALIASES { UL_PEON = 100, UL_OP = 200, - UL_MASTER = 300, - UL_PRESENT = UL_MASTER, + UL_MANAGER = 300, + UL_PRESENT = UL_MANAGER, UL_COOWNER = 400, UL_OWNER = 500, UL_HELPER = 600,