]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/blacklist.h
Remove silly a2client_p, entirely pointless since User.server removal.
[irc/rqf/shadowircd.git] / include / blacklist.h
index 2fde255e905b94a7d28a6a733d84550e86b5efa4..ce3aec4d68ff40f6a9c011c447a9edf3463e63f7 100644 (file)
@@ -32,6 +32,7 @@ struct Blacklist {
        char host[HOSTLEN];
        char reject_reason[IRCD_BUFSIZE];
        unsigned int hits;
+       time_t lastwarning;
 };
 
 /* A lookup in progress for a particular DNSBL for a particular client */