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