]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/configreader.cpp
Move all of the xline stuff into class XLineManager, make an instance of it in class...
[user/henk/code/inspircd.git] / src / configreader.cpp
index de46a1f2965f12d2d7f62808322112f44d76b338..b57de169214fb9d2ad672b30ed6bc5925cba07f7 100644 (file)
@@ -1424,4 +1424,8 @@ std::string ServerConfig::GetFullProgDir(char** argv, int argc)
        return otherdir;
 }
 
+InspIRCd* ServerConfig::GetInstance()
+{
+       return ServerInstance;
+}