1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 21:13:13 +02:00

Add support for loading forbids from a file.

Closes #365.
This commit is contained in:
Sadie Powell
2025-11-20 15:03:29 +00:00
parent cfe1317b5d
commit 319a523b4f
4 changed files with 108 additions and 7 deletions
+1
View File
@@ -31,6 +31,7 @@ struct ForbidData
Anope::string reason;
time_t created = 0;
time_t expires = 0;
bool immutable = false;
ForbidType type;
virtual ~ForbidData() = default;