mirror of
https://github.com/anope/anope.git
synced 2026-07-04 04:23:12 +02:00
_()ify Command::SetDesc
This commit is contained in:
@@ -18,7 +18,7 @@ class CommandMSSend : public Command
|
||||
public:
|
||||
CommandMSSend() : Command("SEND", 2, 2)
|
||||
{
|
||||
this->SetDesc("Send a memo to a nick or channel");
|
||||
this->SetDesc(_("Send a memo to a nick or channel"));
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user