diff options
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h index b95cdede5..a63e31d71 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -84,6 +84,8 @@ class ServerConfig : public Extensible bool CheckOnce(char* tag, bool bail, userrec* user); public: + + InspIRCd* GetInstance(); /** This holds all the information in the config file, * it's indexed by tag name to a vector of key/values. |