]> jfr.im git - irc/quakenet/newserv.git/blobdiff - trusts/trusts.h
CHANSERV: tell user when they can't attempts to auth any more, and drop max attempts...
[irc/quakenet/newserv.git] / trusts / trusts.h
index 88190a82b4b3ac85ec9b115b294af1aec2aedd49..856f8cc64e009d2786c191f29b341606d52f36eb 100644 (file)
@@ -87,7 +87,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;