diff options
| author | 2007-02-10 23:10:57 +0000 | |
|---|---|---|
| committer | 2007-02-10 23:10:57 +0000 | |
| commit | 750f9e29370ced3fe6f1549acbfada9483eff5f4 (patch) | |
| tree | 9e0d3f6512c5f62cbccc1bbd1b7b3614f3e3dfab /src/inspircd.cpp | |
| parent | Tweak hostname matching in HostMatchesEveryone to compensate for being able t... (diff) | |
Fix rehashing to display a success notice, tidy up some WriteOpers notices v1.1.1
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6570 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index c7e261e3b..ce8fc9521 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -140,7 +140,7 @@ void InspIRCd::Start() void InspIRCd::Rehash(int status) { - SI->WriteOpers("Rehashing config file %s due to SIGHUP",ServerConfig::CleanFilename(CONFIG_FILE)); + SI->WriteOpers("*** Rehashing config file %s due to SIGHUP",ServerConfig::CleanFilename(CONFIG_FILE)); SI->CloseLog(); SI->OpenLog(SI->Config->argv, SI->Config->argc); SI->RehashUsersAndChans(); |
