]> jfr.im git - irc/quakenet/newserv.git/blobdiff - trusts/trusts.h
CHANSERV: remove accidental sendemail from SETEMAIL command.
[irc/quakenet/newserv.git] / trusts / trusts.h
index 88190a82b4b3ac85ec9b115b294af1aec2aedd49..386cbe9579160199b016f4e8d67fb648102508db 100644 (file)
@@ -51,8 +51,6 @@
 #define TRUST_MIN_UNPRIVILEGED_NODEBITS_IPV4 (96 + 24)
 #define TRUST_MIN_UNPRIVILEGED_NODEBITS_IPV6 48
 
-#define TRUST_MIN_TIME_RETHROTTLE 120
-
 struct trustmigration;
 
 struct trusthost;
@@ -87,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;