mirror of
https://github.com/anope/anope.git
synced 2026-07-10 06:43:14 +02:00
Fix the ChanServ SET SUCCESSOR syntax to show that a nickname is optional.
This commit is contained in:
@@ -947,7 +947,7 @@ class CommandCSSetSuccessor : public Command
|
||||
CommandCSSetSuccessor(Module *creator, const Anope::string &cname = "chanserv/set/successor") : Command(creator, cname, 1, 2)
|
||||
{
|
||||
this->SetDesc(_("Set the successor for a channel"));
|
||||
this->SetSyntax(_("\037channel\037 \037nick\037"));
|
||||
this->SetSyntax(_("\037channel\037 [\037nick\037]"));
|
||||
}
|
||||
|
||||
void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) anope_override
|
||||
|
||||
Reference in New Issue
Block a user