mirror of
https://github.com/anope/anope.git
synced 2026-07-04 19:33:12 +02:00
Bug #1225 - Made REGISTER show in /cs help
This commit is contained in:
@@ -106,6 +106,11 @@ class CommandCSRegister : public Command
|
||||
{
|
||||
SyntaxError(source, "REGISTER", CHAN_REGISTER_SYNTAX);
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(CHAN_HELP_CMD_REGISTER);
|
||||
}
|
||||
};
|
||||
|
||||
class CSRegister : public Module
|
||||
|
||||
Reference in New Issue
Block a user