diff options
| author | 2006-08-11 11:06:40 +0000 | |
|---|---|---|
| committer | 2006-08-11 11:06:40 +0000 | |
| commit | 312d49abb008dccf9871b663decaa1bacf18c20a (patch) | |
| tree | 5160e2aef34cfdfffa5d22eefc02c6921fc30ad3 /src/configreader.cpp | |
| parent | Move ReadBuffer into InspIRCd class (diff) | |
Move all of the xline stuff into class XLineManager, make an instance of it in class InspIRCd and use it
(eliminates another extern)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4878 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index de46a1f29..b57de1692 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -1424,4 +1424,8 @@ std::string ServerConfig::GetFullProgDir(char** argv, int argc) return otherdir; } +InspIRCd* ServerConfig::GetInstance() +{ + return ServerInstance; +} |
