summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-09 13:22:56 +0000
committerom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-09 13:22:56 +0000
commit71bf5b1528d284524f369836a02c14b209086e6e (patch)
tree71d515294b56f7f813b673865a4352ab0ef9f8eb
parent2a8b31f79701ed4211aabee26764622c50c9f3bd (diff)
Make it compile... >_<
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4211 e03df62e-2008-0410-955e-edbf42e46eb7
-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)