1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-05 13:33:12 +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
@@ -26,7 +26,7 @@ ModuleHeader MOD_HEADER
"1.3", /* Version */
"Strip/block color/bold/underline/italic/reverse - by Syzop", /* Short description of module */
"UnrealIRCd Team", /* Author */
"unrealircd-5",
"unrealircd-6",
};
int nocodes_can_send_to_channel(Client *client, Channel *channel, Membership *lp, char **msg, char **errmsg, SendType sendtype);