diff --git a/src/modules/chanmodes/floodprot.c b/src/modules/chanmodes/floodprot.c index bc9283121..013a3e2d2 100644 --- a/src/modules/chanmodes/floodprot.c +++ b/src/modules/chanmodes/floodprot.c @@ -120,7 +120,7 @@ MOD_INIT(floodprot) ModDataInfo mreq; MARK_AS_OFFICIAL_MODULE(modinfo); - ModuleSetOptions(modinfo->handle,MOD_OPT_PERM_RELOADABLE,1); + ModuleSetOptions(modinfo->handle, MOD_OPT_PERM, 1); ModInfo = modinfo; memset(&creq, 0, sizeof(creq));