1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 14:23:13 +02:00

Make chanmodes/link module un-PERM. Thanks due to previous change.

This commit is contained in:
Bram Matthys
2019-06-29 09:11:20 +02:00
parent b605b7fd86
commit bbbdba1083
-2
View File
@@ -35,8 +35,6 @@ MOD_INIT(link)
{
CmodeInfo req;
ModuleSetOptions(modinfo->handle, MOD_OPT_PERM_RELOADABLE, 1);
MARK_AS_OFFICIAL_MODULE(modinfo);
memset(&req, 0, sizeof(req));