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:
+1
-1
@@ -18,7 +18,7 @@
|
||||
class CommandNSHelp : public Command
|
||||
{
|
||||
public:
|
||||
CommandNSHelp() : Command("HELP", 1, 1)
|
||||
CommandNSHelp() : Command("HELP", 0, 1)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user