]> jfr.im git - irc/quakenet/newserv.git/blobdiff - trusts/trusts.h
Merge chanserv-live into default.
[irc/quakenet/newserv.git] / trusts / trusts.h
index 542bfc8f5acf0a029d2ac47f4a55eeafe8a2397c..386cbe9579160199b016f4e8d67fb648102508db 100644 (file)
@@ -43,6 +43,7 @@
 #define TRUST_NO_CLEANUP 2
 #define TRUST_PROTECTED 4
 #define TRUST_RELIABLE_USERNAME 8
+#define TRUST_UNTHROTTLE 16
 
 #define TRUST_MIN_UNPRIVILEGED_BITS_IPV4 (96 + 20)
 #define TRUST_MIN_UNPRIVILEGED_BITS_IPV6 32
@@ -84,7 +85,7 @@ typedef struct trustgroup {
   sstring *name;
   unsigned int trustedfor;
   int flags;
-  unsigned int maxperident;
+  int maxperident;
   unsigned int maxusage;
   time_t expires;
   time_t lastseen;