mirror of
https://github.com/anope/anope.git
synced 2026-07-02 11:06:37 +02:00
Remove the formatting overloads of SendNotice/SendPrivmsg.
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
IRCD->SendPrivmsg(*ci->bi, ci->name, "%s", text.c_str());
|
||||
IRCD->SendPrivmsg(*ci->bi, ci->name, text);
|
||||
ci->bi->lastmsg = Anope::CurTime;
|
||||
|
||||
bool override = !source.AccessFor(ci).HasPriv("SAY");
|
||||
|
||||
Reference in New Issue
Block a user