From 773afbfe3bb6ae0df1776016a080185e6094c8fb Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 21 Oct 2007 14:26:25 +0000 Subject: Set cmd_nick to have a penalty of 3 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8253 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/commands/cmd_nick.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/commands/cmd_nick.h') diff --git a/include/commands/cmd_nick.h b/include/commands/cmd_nick.h index f02522e9b..eb5397c5f 100644 --- a/include/commands/cmd_nick.h +++ b/include/commands/cmd_nick.h @@ -30,7 +30,7 @@ class cmd_nick : public Command public: /** Constructor for nick. */ - cmd_nick (InspIRCd* Instance) : Command(Instance,"NICK",0,1,true), allowinvalid(false) { syntax = ""; } + cmd_nick (InspIRCd* Instance) : Command(Instance,"NICK", 0, 1, true, 3), allowinvalid(false) { syntax = ""; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command -- cgit v1.2.3