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 --- include/modules.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index 71bec2d3d..2a7525c07 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1104,7 +1104,11 @@ class Server : public classbase * Destroys a Server object. */ virtual ~Server(); - + /** Obtains a pointer to the server's ServerConfig object. + * The ServerConfig object contains most of the configuration data + * of the IRC server, as read from the config file by the core. + */ + ServerConfig* GetConfig(); /** Sends text to all opers. * This method sends a server notice to all opers with the usermode +s. */ -- cgit v1.2.3