diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-19 22:42:12 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-19 22:42:12 +0000 |
commit | 41ad846ec7b60d467e9f125cbfe9ab9af791f3a2 (patch) | |
tree | 1f0fdce1c62fe656e86ae3cce88076879985aa6c /src/modules | |
parent | 9f64dd045bee9b624828d2038b466b92824c9524 (diff) |
Broken code commented out by brain until we can fix it.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@678 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_helpop.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_helpop.cpp b/src/modules/m_helpop.cpp index 5ef4f10a3..1a7968b7f 100644 --- a/src/modules/m_helpop.cpp +++ b/src/modules/m_helpop.cpp @@ -138,13 +138,13 @@ class ModuleHelpop : public Module exit(0); } - if ((helpop->ReadValue("nohelp", "line1", 0) == "") || + /*if ((helpop->ReadValue("nohelp", "line1", 0) == "") || (helpop->ReadValue("nohelpo", "line1", 0) == "") || (helpop->ReadValue("start", "line1", 0) == "")) { printf("m_helpop: Helpop file is missing important entries. Please check the example conf."); exit(0); - } + }*/ if (!Srv->AddExtendedMode('h',MT_CLIENT,true,0,0)) { |