mirror of
https://github.com/anope/anope.git
synced 2026-07-09 22:43:13 +02:00
Remove the formatting overloads of SendNotice/SendPrivmsg.
This commit is contained in:
@@ -207,7 +207,7 @@ public:
|
||||
{
|
||||
if (spanningtree_proto_ver >= 1206)
|
||||
{
|
||||
IRCD->SendNoticeInternal(bi, target->GetUID(), msg, {
|
||||
IRCD->SendNotice(bi, target->GetUID(), msg, {
|
||||
{ "~context", context->name },
|
||||
});
|
||||
return;
|
||||
@@ -219,7 +219,7 @@ public:
|
||||
{
|
||||
if (spanningtree_proto_ver >= 1206)
|
||||
{
|
||||
IRCD->SendPrivmsgInternal(bi, target->GetUID(), msg, {
|
||||
IRCD->SendPrivmsg(bi, target->GetUID(), msg, {
|
||||
{ "~context", context->name },
|
||||
});
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user