]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/chanserv.h
$! helpfile syntax for trigger, some cleanup
[irc/evilnet/x3.git] / src / chanserv.h
index 334bf9889c8d689fd9c50e4b2d388193a638e951..376161cd905d5a55f3869f8dc871c65ee4723687 100644 (file)
 #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,