diff options
| author | 2024-08-18 16:04:36 +0100 | |
|---|---|---|
| committer | 2024-08-18 16:19:12 +0100 | |
| commit | d95be0a5165cf3cee3d1feedab1bdbdf21e5e419 (patch) | |
| tree | 20cdde19d3319c1423e63e37e5b26da6d5dad61b /src/configreader.cpp | |
| parent | Document Write* members in the User type correctly. (diff) | |
Add a formatting overload to {Membership,User}::Write(Remote)Notice.
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 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); } |
