1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 23:13:12 +02:00

Fix NS REGISTER not being registered as a command handler properly.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2008 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2009-02-11 00:39:46 +00:00
parent 94916b32cb
commit 0701b7df9f
+1 -1
View File
@@ -200,7 +200,7 @@ class CommandNSConfirm : public Command
return MOD_CONT;
}
public:
CommandNSConfirm(const std::string &cmdn, int min, int max) : Command("CONFIRM", min, max)
CommandNSConfirm(const std::string &cmdn, int min, int max) : Command(cmdn, min, max)
{
}