]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fixed a minor error in error checking (eat that, grammar....)
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 26 Mar 2005 00:31:40 +0000 (00:31 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 26 Mar 2005 00:31:40 +0000 (00:31 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@912 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_helpop.cpp

index 4b35262400301268ae96b978865583f00d06f64e..689d28d0939a5f90a685b17ac314aeffaa53dd2c 100644 (file)
@@ -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);