| 1 |
knight |
31 |
# $Id$ |
| 2 |
adx |
30 |
KLINE [time] <nick|user@host> :[reason] [| oper reason] |
| 3 |
|
|
|
| 4 |
|
|
[time] if present, gives number of minutes for KLINE |
| 5 |
|
|
|
| 6 |
|
|
Adds a KLINE to the kline.conf file which |
| 7 |
|
|
will ban the specified user from using that server. |
| 8 |
|
|
The banned client will receive a message saying he/she |
| 9 |
|
|
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 |
|
|
kline.conf but will not be shown to the user when they |
| 14 |
|
|
are given the kline reason. |
| 15 |
|
|
|
| 16 |
|
|
KLINE user@ip.ip.ip.ip :[reason] [| oper reason] |
| 17 |
|
|
will kline the user at the unresolved ip. |
| 18 |
|
|
ip.ip.ip.ip can be in CIDR form i.e. 192.168.0.0/24 |
| 19 |
|
|
or 192.168.0.* (which is converted to CIDR form internally) |
| 20 |
|
|
|
| 21 |
|
|
For a temporary KLINE, length of kline is given in |
| 22 |
|
|
minutes as the first parameter [time] i.e. |
| 23 |
|
|
KLINE 10 <nick|user@host> :cool off for 10 minutes |
| 24 |
|
|
|
| 25 |
|
|
KLINE <user@host> ON irc.server :[reason] [| oper reason] |
| 26 |
|
|
will kline the user on irc.server if irc.server accepts |
| 27 |
|
|
remote klines. |
| 28 |
|
|
|
| 29 |
|
|
- Requires Oper Priv: K |