diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-09 13:22:56 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-09 13:22:56 +0000 |
commit | 71bf5b1528d284524f369836a02c14b209086e6e (patch) | |
tree | 71d515294b56f7f813b673865a4352ab0ef9f8eb /src | |
parent | 2a8b31f79701ed4211aabee26764622c50c9f3bd (diff) |
Make it compile... >_<
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4211 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_chanprotect.cpp | 4 |
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) |