From bbbdba1083d82e96510545aff78e8cfe7d14ffcc Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sat, 29 Jun 2019 09:11:20 +0200 Subject: [PATCH] Make chanmodes/link module un-PERM. Thanks due to previous change. --- src/modules/chanmodes/link.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/chanmodes/link.c b/src/modules/chanmodes/link.c index eed706df9..57f850d60 100644 --- a/src/modules/chanmodes/link.c +++ b/src/modules/chanmodes/link.c @@ -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));