summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/modules/m_chanprotect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_chanprotect.cpp b/src/modules/m_chanprotect.cpp
index 899903c09..809a60ab4 100644
--- a/src/modules/m_chanprotect.cpp
+++ b/src/modules/m_chanprotect.cpp
@@ -187,8 +187,8 @@ class ModuleChanProtect : public Module
Srv->AddMode(cp, 'a');
Srv->AddMode(cf, 'q');
- // read our config options (main config file)
- FirstInGetsFounder = Conf->ReadFlag("options","noservices",0);
+ /* Load config stuff */
+ OnRehash("");
}
void Implements(char* List)