aboutsummaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
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 464a945f5..07ae7900b 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -516,7 +516,7 @@ void ServerConfig::Apply(ServerConfig* old, const std::string& useruid)
// If a user is rehashing, tell them directly
if (user)
- user->WriteRemoteNotice(INSP_FORMAT("*** {}", line));
+ user->WriteRemoteNotice("*** {}", line);
// Also tell opers
ServerInstance->SNO.WriteGlobalSno('r', line);
}