[Commands] Fix typos in #ban and #ipban Commands. (#2209)

This commit is contained in:
Kinglykrab
2022-05-25 20:05:07 -04:00
committed by GitHub
parent e2708af6f2
commit 6636c64c82
2 changed files with 10 additions and 9 deletions
+4 -2
View File
@@ -25,8 +25,10 @@ void command_ipban(Client *c, const Seperator *sep)
} else {
c->Message(
Chat::White,
"IP '{}' has failed to be banned, the IP address may already be in the table.",
ip
fmt::format(
"IP '{}' has failed to be banned, the IP address may already be in the table.",
ip
).c_str()
);
}
}