mirror of
https://github.com/anope/anope.git
synced 2026-07-01 17:46:38 +02:00
_()ify Command::SetDesc
This commit is contained in:
@@ -18,7 +18,7 @@ class CommandCSSetTopicLock : public Command
|
||||
public:
|
||||
CommandCSSetTopicLock(const Anope::string &cpermission = "") : Command("TOPICLOCK", 2, 2, cpermission)
|
||||
{
|
||||
this->SetDesc("Topic can only be changed with TOPIC");
|
||||
this->SetDesc(_("Topic can only be changed with TOPIC"));
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user