]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/bancache.h
Add an overridden AddHit to BanCacheManager, allowing the expiry time to be set.
[user/henk/code/inspircd.git] / include / bancache.h
index d69306d7acd8c48d8b4a48c55a5991bf6121602f..5ce8193b6d4a4796cc2f98bcb79f1dc7a5e9f28b 100644 (file)
@@ -66,6 +66,9 @@ class CoreExport BanCacheManager : public classbase
         * @param reason The reason for the ban. Left .empty() if it's a negative match.
         */
        BanCacheHit *AddHit(const std::string &ip, const std::string &type, const std::string &reason);
+
+       // Overridden to allow an optional number of seconds before expiry
+       BanCacheHit *AddHit(const std::string &ip, const std::string &type, const std::string &reason, time_t seconds);
        BanCacheHit *GetHit(const std::string &ip);
        bool RemoveHit(BanCacheHit *b);