# $Id: kline,v 1.1.2.1 2004/07/21 07:15:59 musirc Exp $
KLINE <time> <nick|user@host> :<reason> [| oper reason]

Adds a KLINE to the kline.conf file which will ban the
specified user from using the server. The banned client
will receive a message saying they are banned with reason
[reason].

If an oper reason is added (the pipe must be specified
to seperate the fields) this will be added into the
kline.conf but will not be shown to the user when they
are given the kline reason.

KLINE <time> user@ip.ip.ip.ip :<reason> [| oper reason]
will kline the user at the unresolved ip.
ip.ip.ip.ip can be in CIDR form i.e. 192.168.0.0/24
or 192.168.0.* (which is converted to CIDR form internally)

The duration of kline is given in minutes as the first
parameter:

KLINE 10 <nick|user@host> :cool off for 10 minutes

A duration of 0 will result in a permanent kline:
KLINE 0 <nick|user@host> :perm kline

KLINE <time> <user@host> ON <mask> :<reason> [| oper reason]
will kline the user on servermask <mask> if <mask> accepts
remote klines.

- Requires Oper Priv: K
