mirror of
https://github.com/anope/anope.git
synced 2026-07-06 06:33:13 +02:00
_()ify Command::SetDesc
This commit is contained in:
@@ -18,7 +18,7 @@ class CommandCSGetKey : public Command
|
||||
public:
|
||||
CommandCSGetKey() : Command("GETKEY", 1, 1)
|
||||
{
|
||||
this->SetDesc("Returns the key of the given channel");
|
||||
this->SetDesc(_("Returns the key of the given channel"));
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user