mirror of
https://github.com/anope/anope.git
synced 2026-07-08 22:13:12 +02:00
Cleanup some excess whitespaces and tabs, and fix a few typos along the way.
This commit is contained in:
@@ -61,7 +61,7 @@ class CommandCSEnforce : public Command
|
||||
}
|
||||
|
||||
for (unsigned i = 0; i < users.size(); ++i)
|
||||
{
|
||||
{
|
||||
User *user = users[i];
|
||||
|
||||
Anope::string mask = ci->GetIdealBan(user);
|
||||
@@ -158,7 +158,7 @@ class CommandCSEnforce : public Command
|
||||
for (unsigned i = 0; i < users.size(); ++i)
|
||||
{
|
||||
User *user = users[i];
|
||||
|
||||
|
||||
Anope::string reason = Language::Translate(user, _("BANS enforced by ")) + source.GetNick();
|
||||
ci->c->Kick(NULL, user, "%s", reason.c_str());
|
||||
}
|
||||
@@ -213,7 +213,7 @@ class CommandCSEnforce : public Command
|
||||
for (unsigned i = 0; i < users.size(); ++i)
|
||||
{
|
||||
User *user = users[i];
|
||||
|
||||
|
||||
Anope::string reason = Language::Translate(user, _("LIMIT enforced by ")) + source.GetNick();
|
||||
ci->c->Kick(NULL, user, "%s", reason.c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user