1
0
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:
Adam
2011-07-26 05:44:14 -04:00
parent 023d4b44ec
commit e8c00b9e8b
20 changed files with 35 additions and 22 deletions
+1 -1
View File
@@ -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> &params)