diff options
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)) { |