mirror of
https://github.com/anope/anope.git
synced 2026-07-05 05:13:12 +02:00
_()ify Command::SetDesc
This commit is contained in:
@@ -304,7 +304,7 @@ class CommandBSBot : public Command
|
||||
CommandBSBot() : Command("BOT", 1, 6)
|
||||
{
|
||||
this->SetFlag(CFLAG_STRIP_CHANNEL);
|
||||
this->SetDesc("Maintains network bot list");
|
||||
this->SetDesc(_("Maintains network bot list"));
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user