1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 15:03:12 +02:00

os_forbid: match forbids exact on add/del

This commit is contained in:
Adam
2017-02-21 09:59:10 -05:00
parent 46d8af781d
commit 3f7c0829ef
2 changed files with 16 additions and 2 deletions
+2
View File
@@ -45,6 +45,8 @@ class ForbidService : public Service
virtual ForbidData *FindForbid(const Anope::string &mask, ForbidType type) = 0;
virtual ForbidData *FindForbidExact(const Anope::string &mask, ForbidType type) = 0;
virtual std::vector<ForbidData *> GetForbids() = 0;
};