1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 01:53:13 +02:00

Remove several string format IRCDProto function overloads.

This commit is contained in:
Sadie Powell
2024-02-26 16:33:48 +00:00
parent 4789751e50
commit 6be4df3b39
14 changed files with 33 additions and 99 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ void BotInfo::Part(Channel *c, const Anope::string &reason)
FOREACH_MOD(OnPrePartChannel, (this, c));
IRCD->SendPart(this, c, "%s", !reason.empty() ? reason.c_str() : "");
IRCD->SendPart(this, c, reason);
c->DeleteUser(this);