diff options
| author | 2006-10-16 13:29:17 +0000 | |
|---|---|---|
| committer | 2006-10-16 13:29:17 +0000 | |
| commit | 852d2a7b81fd2a8a0293c60f84a19a1e947db26e (patch) | |
| tree | 115ba03138bc62800c82e13f1095aa4f20bf43f6 /src/modules/m_dccallow.cpp | |
| parent | you can't compare userrec::nick with ==, its a char[] buffer... (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/modules/m_dccallow.cpp')
| -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) |
