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/commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index 9c16a58ad..a9bc5895e 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1089,7 +1089,7 @@ void handle_rehash(char **parameters, int pcnt, userrec *user) else { WriteOpers("%s is rehashing config file %s",user->nick,CleanFilename(CONFIG_FILE)); - ReadConfig(false,user); + Config->Read(false,user); } FOREACH_MOD OnRehash(parameter); } -- cgit v1.3.1-10-gc9f91