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:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user