diff options
| author | 2019-02-07 12:18:12 +0000 | |
|---|---|---|
| committer | 2019-02-07 12:18:12 +0000 | |
| commit | 2cc168cfc030497464e0cf30c19260f62670c298 (patch) | |
| tree | e983613e81bc034fc797d0015630ffafc200f87c /src/configreader.cpp | |
| parent | SnomaskManager: remove fakederef. (diff) | |
| download | inspircd++-2cc168cfc030497464e0cf30c19260f62670c298.tar.gz inspircd++-2cc168cfc030497464e0cf30c19260f62670c298.tar.bz2 inspircd++-2cc168cfc030497464e0cf30c19260f62670c298.zip | |
UserManager: remove fakederef.
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 7d8e0a2ec..675bc4721 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -692,7 +692,7 @@ void ConfigReaderThread::Finish() ServerInstance->Logs.OpenFileLogs(); if (Config->RawLog && !old->RawLog) - ServerInstance->Users->ServerNoticeAll("*** Raw I/O logging is enabled on this server. All messages, passwords, and commands are being recorded."); + ServerInstance->Users.ServerNoticeAll("*** Raw I/O logging is enabled on this server. All messages, passwords, and commands are being recorded."); Config = old; } |
