diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-11 00:42:05 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-11 00:42:05 +0000 |
commit | 56633e894ddff5a5da71fdcd1d8251074dd7e77a (patch) | |
tree | d2670ec9a04cb1fa085f3c8cb3cbdccb83133961 | |
parent | 0701b7df9fdd5c67f8a7de64250b3b2475f89ca2 (diff) |
NS HELP requires 0 params minimum.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2009 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | src/core/ns_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_help.c b/src/core/ns_help.c index 339b11f25..552fc5091 100644 --- a/src/core/ns_help.c +++ b/src/core/ns_help.c @@ -18,7 +18,7 @@ class CommandNSHelp : public Command { public: - CommandNSHelp() : Command("HELP", 1, 1) + CommandNSHelp() : Command("HELP", 0, 1) { } |