diff options
Diffstat (limited to 'include/inspircd_io.h')
-rw-r--r-- | include/inspircd_io.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/inspircd_io.h b/include/inspircd_io.h index 1e3b24fb6..f1b5e8afe 100644 --- a/include/inspircd_io.h +++ b/include/inspircd_io.h @@ -61,6 +61,10 @@ class ServerConfig : public classbase */ std::string ConfProcess(char* buffer, long linenumber, std::stringstream* errorstream, bool &error, std::string filename); + /** Check that there is only one of each configuration item + */ + bool CheckOnce(char* tag,bool bail); + public: /** Holds the server name of the local server |