1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-28 12:56:38 +02:00

Require module header with version "unrealircd-6" now

This commit is contained in:
Bram Matthys
2021-08-10 14:37:10 +02:00
parent 7063cd0c86
commit 4e5dd044f5
190 changed files with 191 additions and 191 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ ModuleHeader MOD_HEADER = {
"5.0.1",
"Require/deny modules across the network",
"UnrealIRCd Team",
"unrealircd-5",
"unrealircd-6",
};
typedef struct _denymod DenyMod;