From 396c9ef9f7a96934d3227bb7d1d091315e3d4fa8 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 10 Aug 2006 14:43:29 +0000 Subject: FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, GetClass, WriteOpers, GetServerDescription -> into classes ServerConfig takes InspIRCd pointer in its constructor git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4832 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configreader.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/configreader.h') diff --git a/include/configreader.h b/include/configreader.h index 79384c2db..5bf26e695 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -27,6 +27,7 @@ #include "modules.h" class ServerConfig; +class InspIRCd; typedef bool (*Validator)(ServerConfig* conf, const char*, const char*, void*); typedef bool (*MultiValidator)(ServerConfig* conf, const char*, char**, void**, int*); @@ -61,6 +62,8 @@ struct MultiConfig class ServerConfig : public Extensible { private: + InspIRCd* ServerInstance; + /** This variable holds the names of all * files included from the main one. This * is used to make sure that no files are @@ -354,7 +357,7 @@ class ServerConfig : public Extensible */ bool SyntaxHints; - ServerConfig(); + ServerConfig(InspIRCd* Instance); /** Clears the include stack in preperation for * a Read() call. -- cgit v1.2.3