diff options
| author | 2010-03-06 17:00:50 -0600 | |
|---|---|---|
| committer | 2010-08-03 17:32:39 -0400 | |
| commit | 50737634cbebf946621076c0582b0208e28a816c (patch) | |
| tree | 512593bdde4b615274e3ad59bb51476a702c05de /src/server.cpp | |
| parent | Remove mismerged init() addition (diff) | |
Funnel access checks through the OnPermissionCheck hook
Diffstat (limited to 'src/server.cpp')
| -rw-r--r-- | src/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server.cpp b/src/server.cpp index 98834c1aa..87f07999f 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -45,7 +45,7 @@ void InspIRCd::Exit(int status) exit (status); } -void RehashHandler::Call(const std::string &reason) +void InspIRCd::Rehash(const std::string &reason) { ServerInstance->SNO->WriteToSnoMask('a', "Rehashing config file %s %s",ServerConfig::CleanFilename(ServerInstance->ConfigFileName.c_str()), reason.c_str()); ServerInstance->RehashUsersAndChans(); |
