From 14c612eef9aeb4610d45e7a7f59eb19ce5cb4ab4 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 14 Dec 2005 14:03:56 +0000 Subject: Moved readconfig to serverconfig class git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2408 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index 96e9bdea5..62e84f218 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -331,7 +331,7 @@ void Server::AddSocket(InspSocket* sock) void Server::RehashServer() { WriteOpers("*** Rehashing config file"); - ReadConfig(false,NULL); + Config->Read(false,NULL); } void Server::DelSocket(InspSocket* sock) -- cgit v1.2.3