1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 07:36:38 +02:00

NS HELP requires 0 params minimum.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2009 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2009-02-11 00:42:05 +00:00
parent 0701b7df9f
commit 56633e894d
+1 -1
View File
@@ -18,7 +18,7 @@
class CommandNSHelp : public Command
{
public:
CommandNSHelp() : Command("HELP", 1, 1)
CommandNSHelp() : Command("HELP", 0, 1)
{
}