diff options
| author | 2023-01-22 22:49:15 +0000 | |
|---|---|---|
| committer | 2023-01-22 22:52:30 +0000 | |
| commit | d4efd2677f9aec2ddcab267780f22a11a53af41f (patch) | |
| tree | e3180753388b9cd49d1c013d8897b659c671f3f4 /src/configreader.cpp | |
| parent | Replace ModeAction with bool. (diff) | |
Move NotifyRawIO to the Log namespace.
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 e3bdb14dc..740bbd72a 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -700,7 +700,7 @@ void ConfigReaderThread::OnStop() if (Config->RawLog && !old->RawLog) { for (auto* luser : ServerInstance->Users.GetLocalUsers()) - Log::Manager::NotifyRawIO(luser, MessageType::PRIVMSG); + Log::NotifyRawIO(luser, MessageType::PRIVMSG); } Config = old; |
