# $Id: dline,v 1.3 2004/08/03 06:48:48 musirc Exp $
DLINE <time> <nick|ip> :<reason> [| oper reason]

Adds a DLINE to the dline.conf file which will deny any
connections from the IP address of the banned client.
The banned client will receive a message saying he/she
is 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
dline.conf but will not be shown to the user when they
are given the dline reason.

In order to use <nick> rather than <ip>, <nick> must
be on your server.

The duration of the dline is given in minutes as the
first parameter:
dline 10 <nick|ip> :10 minute dline

A time length of 0 will result in a permanent dline.
dline 0 <nick|ip> :perm dline

- Requires Oper Priv: L
