diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-16 13:29:17 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-16 13:29:17 +0000 |
commit | 852d2a7b81fd2a8a0293c60f84a19a1e947db26e (patch) | |
tree | 115ba03138bc62800c82e13f1095aa4f20bf43f6 /src | |
parent | 778cac65effc6698cb158069e487ed9e2379fed1 (diff) |
Update syntax help to include HELP and LIST
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5479 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_dccallow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_dccallow.cpp b/src/modules/m_dccallow.cpp index 6c50191e8..6649b81db 100644 --- a/src/modules/m_dccallow.cpp +++ b/src/modules/m_dccallow.cpp @@ -47,7 +47,7 @@ class cmd_dccallow : public command_t cmd_dccallow(InspIRCd* Me) : command_t(Me, "DCCALLOW", 0, 0) { this->source = "m_dccallow.so"; - syntax = "{[+|-]<nick> <time>}"; + syntax = "{[+|-]<nick> <time>|HELP|LIST}"; } CmdResult Handle(const char **parameters, int pcnt, userrec *user) |