From 997ba7e5be054e9927acec538c5c04a15482b941 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 14 Dec 2005 15:55:26 +0000 Subject: Added way to retrieve a pointer to the ServerConfig object git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2419 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/modules.cpp b/src/modules.cpp index 629672b24..5fef5a608 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -329,6 +329,11 @@ void Server::RehashServer() Config->Read(false,NULL); } +ServerConfig* Server::GetConfig() +{ + return Config; +} + void Server::DelSocket(InspSocket* sock) { for (std::vector::iterator a = module_sockets.begin(); a < module_sockets.end(); a++) -- cgit v1.2.3