mirror of
https://github.com/anope/anope.git
synced 2026-06-26 03:46:39 +02:00
Remove the formatting overloads of SendNotice/SendPrivmsg.
This commit is contained in:
+2
-2
@@ -337,9 +337,9 @@ namespace
|
||||
for (Anope::string tok; sep.GetToken(tok);)
|
||||
{
|
||||
if (target->ShouldPrivmsg())
|
||||
IRCD->SendPrivmsgInternal(source, target->GetUID(), tok, tags);
|
||||
IRCD->SendPrivmsg(source, target->GetUID(), tok, tags);
|
||||
else
|
||||
IRCD->SendNoticeInternal(source, target->GetUID(), tok, tags);
|
||||
IRCD->SendNotice(source, target->GetUID(), tok, tags);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user