1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 20:26:38 +02:00

Remove the formatting overloads of SendNotice/SendPrivmsg.

This commit is contained in:
Sadie Powell
2024-06-24 13:29:41 +01:00
parent 249ad3dfea
commit 6e5713d64a
9 changed files with 20 additions and 40 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ void LogInfo::ProcessMessage(const Log *l)
if (!bi)
bi = c->WhoSends();
if (bi)
IRCD->SendPrivmsg(bi, c->name, "%s", buffer.c_str());
IRCD->SendPrivmsg(bi, c->name, buffer);
}
}
else if (target == "globops")