mirror of
https://github.com/anope/anope.git
synced 2026-07-07 22:03:14 +02:00
A few small fixes
This commit is contained in:
@@ -19,7 +19,7 @@ class CommandCSSetTopicLock : public Command
|
||||
CommandCSSetTopicLock(Module *creator, const Anope::string &cname = "chanserv/set/topiclock", const Anope::string &cpermission = "") : Command(creator, cname, 2, 2, cpermission)
|
||||
{
|
||||
this->SetDesc(_("Topic can only be changed with TOPIC"));
|
||||
this->SetSyntax(_("\037channel\037 TOPICLOCK {ON | OFF}"));
|
||||
this->SetSyntax(_("\037channel\037 {ON | OFF}"));
|
||||
}
|
||||
|
||||
void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user