mirror of
https://github.com/anope/anope.git
synced 2026-07-09 19:43:14 +02:00
_()ify Command::SetDesc
This commit is contained in:
@@ -19,7 +19,7 @@ class CommandNSDrop : public Command
|
||||
CommandNSDrop() : Command("DROP", 0, 1)
|
||||
{
|
||||
this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
|
||||
this->SetDesc("Cancel the registration of a nickname");
|
||||
this->SetDesc(_("Cancel the registration of a nickname"));
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user