| 1 |
< |
# $Id$ |
| 2 |
< |
DLINE <time> <nick|ip> :[reason] [| oper reason] |
| 1 |
> |
DLINE <time> <nick|ip> :[reason] |
| 2 |
|
|
| 3 |
|
<time> if present, gives number of minutes for DLINE |
| 4 |
|
|
| 5 |
< |
Adds a DLINE to the dline.conf file |
| 6 |
< |
which will deny any connections from the IP address |
| 7 |
< |
of the banned client. The banned client will receive |
| 9 |
< |
a message saying he/she is banned with reason [reason] |
| 10 |
< |
|
| 11 |
< |
If an oper reason is added (the pipe must be specified |
| 12 |
< |
to separate the fields) this will be added into the |
| 13 |
< |
dline.conf but will not be shown to the user when they |
| 14 |
< |
are given the dline reason. |
| 5 |
> |
Adds a DLINE which will deny any connections from the |
| 6 |
> |
IP address of the banned client. The banned client will |
| 7 |
> |
receive a message saying he/she is banned with reason [reason] |
| 8 |
|
|
| 9 |
|
In order to use <nick> rather than <ip>, <nick> must |
| 10 |
|
be on your server. |