]> jfr.im git - irc/quakenet/newserv.git/blobdiff - helpmod2/haccount.h
Sigh, used the name handle_signals for two different functions with an interesting...
[irc/quakenet/newserv.git] / helpmod2 / haccount.h
index fb98d680e7d62ed7ade2d86f5165b2226c7b71ee..1b3cb82d056774c9389915e9129f7b0e54c22fd4 100644 (file)
@@ -18,12 +18,13 @@ enum
     H_NOSPAM       = 1 << 2,
     H_AUTO_OP      = 1 << 3,
     H_AUTO_VOICE   = 1 << 4,
-    H_EXPIRES      = 1 << 31
+    H_NO_CMD_ERROR = 1 << 5,
+    H_NO_EXPIRE    = 1 << 31
 };
 
-#define H_ACCFLAGS_DEFAULT 0
+#define H_ACCFLAGS_DEFAULT (0)
 
-#define HACCOUNT_CONF_COUNT 4
+#define HACCOUNT_CONF_COUNT 5
 
 typedef struct haccount_struct
 {