mirror of
https://github.com/anope/anope.git
synced 2026-07-05 16:43:12 +02:00
_()ify Command::SetDesc
This commit is contained in:
@@ -18,7 +18,7 @@ class CommandNSSetMessage : public Command
|
||||
public:
|
||||
CommandNSSetMessage(const Anope::string &spermission = "") : Command("MSG", 2, 2, spermission)
|
||||
{
|
||||
this->SetDesc("Change the communication method of Services");
|
||||
this->SetDesc(_("Change the communication method of Services"));
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user