summaryrefslogtreecommitdiff
path: root/include/commands/cmd_kline.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-21 16:18:32 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-21 16:18:32 +0000
commita8bfe53cd4cd2ddc85c0759f23fc0a8266e26c36 (patch)
tree3475e70768b30e02476100628671b3ba0dc4969f /include/commands/cmd_kline.h
parentce8eba7d4b94b4408ac7444b4ffdb04a8957da13 (diff)
Don't penalise /kill and /*line
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8259 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/commands/cmd_kline.h')
-rw-r--r--include/commands/cmd_kline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_kline.h b/include/commands/cmd_kline.h
index 897c5402f..f20399ab2 100644
--- a/include/commands/cmd_kline.h
+++ b/include/commands/cmd_kline.h
@@ -29,7 +29,7 @@ class cmd_kline : public Command
public:
/** Constructor for kline.
*/
- cmd_kline (InspIRCd* Instance) : Command(Instance,"KLINE",'o',1) { syntax = "<ident@host> [<duration> :<reason>]"; }
+ cmd_kline (InspIRCd* Instance) : Command(Instance,"KLINE",'o',1,false,0) { syntax = "<ident@host> [<duration> :<reason>]"; }
/** Handle command.
* @param parameters The parameters to the comamnd
* @param pcnt The number of parameters passed to teh command