1
0
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:
Adam
2010-12-28 16:32:18 -05:00
parent 5ead326454
commit 16cab979da
3 changed files with 8 additions and 0 deletions
+5
View File
@@ -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