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