mirror of
https://github.com/anope/anope.git
synced 2026-07-09 16:23:12 +02:00
_()ify Command::SetDesc
This commit is contained in:
@@ -18,7 +18,7 @@ class CommandHSList : public Command
|
||||
public:
|
||||
CommandHSList() : Command("LIST", 0, 1, "hostserv/list")
|
||||
{
|
||||
this->SetDesc("Displays one or more vhost entries.");
|
||||
this->SetDesc(_("Displays one or more vhost entries."));
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user