blob: f9c31da8cdc49b1eefe0f6b2a681b650131d9b60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $Id$
DLINE <time> <nick|ip> :[reason] [| oper reason]
<time> if present, gives number of minutes for DLINE
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 separate 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.
- Requires Oper Priv: K
|