diff options
| author | 2005-12-14 14:03:56 +0000 | |
|---|---|---|
| committer | 2005-12-14 14:03:56 +0000 | |
| commit | 14c612eef9aeb4610d45e7a7f59eb19ce5cb4ab4 (patch) | |
| tree | ca8bb5a6a5d3b2448ea822a2e12237bd109e7ac5 /src/commands.cpp | |
| parent | Removed reference to RULES (diff) | |
| download | inspircd++-14c612eef9aeb4610d45e7a7f59eb19ce5cb4ab4.tar.gz inspircd++-14c612eef9aeb4610d45e7a7f59eb19ce5cb4ab4.tar.bz2 inspircd++-14c612eef9aeb4610d45e7a7f59eb19ce5cb4ab4.zip | |
Moved readconfig to serverconfig class
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2408 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands.cpp')
| -rw-r--r-- | src/commands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
