1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 16:13:12 +02:00

Bug #1225 - Made REGISTER show in /cs help

This commit is contained in:
Adam
2010-12-28 16:39:41 -05:00
parent c68933e547
commit 851c0a990e
3 changed files with 8 additions and 0 deletions
+5
View File
@@ -100,6 +100,11 @@ class CommandCSRegister : public Command
{
SyntaxError(ChanServ, u, "REGISTER", CHAN_REGISTER_SYNTAX);
}
void OnServHelp(User *u)
{
u->SendMessage(ChanServ, CHAN_HELP_CMD_REGISTER);
}
};
class CSRegister : public Module