1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 16:33:14 +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
@@ -24,7 +24,7 @@ ModuleHeader MOD_HEADER = {
"1.4",
"Adds /rmtkl command to easily remove *-Lines in bulk",
"Gottem and the UnrealIRCd Team",
"unrealircd-5",
"unrealircd-6",
};
#define IsParam(x) (parc > (x) && !BadPtr(parv[(x)]))