From 71bf5b1528d284524f369836a02c14b209086e6e Mon Sep 17 00:00:00 2001 From: om Date: Sun, 9 Jul 2006 13:22:56 +0000 Subject: Make it compile... >_< git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4211 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_chanprotect.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_chanprotect.cpp') 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) -- cgit v1.2.3