aboutsummaryrefslogtreecommitdiffstats
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2019-02-07 12:18:12 +0000
committerGravatar Sadie Powell2019-02-07 12:18:12 +0000
commit2cc168cfc030497464e0cf30c19260f62670c298 (patch)
treee983613e81bc034fc797d0015630ffafc200f87c /src/configreader.cpp
parentSnomaskManager: remove fakederef. (diff)
downloadinspircd++-2cc168cfc030497464e0cf30c19260f62670c298.tar.gz
inspircd++-2cc168cfc030497464e0cf30c19260f62670c298.tar.bz2
inspircd++-2cc168cfc030497464e0cf30c19260f62670c298.zip
UserManager: remove fakederef.
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp2
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;
}