summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2009-08-01 21:58:17 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2009-08-01 21:58:17 +0000
commitc71db5cbdece1b5ce878c68f162acb52eff8becd (patch)
tree8dbeaa9a9f0ab667a9fb90bf6a7679570aade860 /include/configreader.h
parentee465c20b6841bce724fa5e1402b1c9ee60b788e (diff)
Various rehash fixes that it seems were introduced by untested code.
- Remove unused ReportConfigError member - Don't report successful load (and spam modules that failed to load) if there is a config error - Restore server name before attempting to send error string to client(s) otherwise most of them won't recieve the notifications. Fixes bug #891. Still to come: report errors loudly on startup regardless of debug mode. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11450 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configreader.h b/include/configreader.h
index cc0c06d38..c4b603342 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -800,10 +800,6 @@ class CoreExport ServerConfig : public Extensible
*/
bool StartsWithWindowsDriveLetter(const std::string &path);
- /** Report a configuration error given in errormessage.
- */
- void ReportConfigError(const std::string &errormessage);
-
/** Load 'filename' into 'target', with the new config parser everything is parsed into
* tag/key/value at load-time rather than at read-value time.
*/