mirror of
https://github.com/anope/anope.git
synced 2026-07-10 17:03:14 +02:00
Fix some sentences to be more correct.
This commit is contained in:
@@ -78,7 +78,7 @@ class CommandBSBot : public Command
|
||||
User *u = User::Find(nick, true);
|
||||
if (u)
|
||||
{
|
||||
source.Reply(_("User \2%s\2 is already in use."), u->nick.c_str());
|
||||
source.Reply(_("Nick \2%s\2 is currently in use."), u->nick.c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -178,7 +178,7 @@ class CommandBSBot : public Command
|
||||
|
||||
if (User::Find(nick, true))
|
||||
{
|
||||
source.Reply(_("User \2%s\2 is already in use."), nick.c_str());
|
||||
source.Reply(_("Nick \2%s\2 is currently in use."), nick.c_str());
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user