From: brain Date: Sat, 26 Mar 2005 00:31:40 +0000 (+0000) Subject: Fixed a minor error in error checking (eat that, grammar....) X-Git-Tag: v2.0.23~10735 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=98a1ca44de2dff4be85343c4616248919950d31c;p=user%2Fhenk%2Fcode%2Finspircd.git Fixed a minor error in error checking (eat that, grammar....) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@912 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/modules/m_helpop.cpp b/src/modules/m_helpop.cpp index 4b3526240..689d28d09 100644 --- a/src/modules/m_helpop.cpp +++ b/src/modules/m_helpop.cpp @@ -138,11 +138,6 @@ class ModuleHelpop : public Module { Srv = new Server; conf = new ConfigReader; - if (conf->GetError()) - { - // dump errors and ABORT - conf->DumpErrors(true,NULL); - } h_file = conf->ReadValue("helpop", "file", 0);