]> jfr.im git - irc/rqf/shadowircd.git/blob - help/opers/kline
[svn] - the new plan:
[irc/rqf/shadowircd.git] / help / opers / kline
1 KLINE <user@host> :[reason] [| oper reason]
2
3 Adds a KLINE to the kline.conf file which will ban the
4 specified user from using this server. The banned
5 client will receive a message saying he/she is banned
6 with reason [reason].
7
8 If an oper reason is added (the pipe must be specified
9 to seperate the fields) this will be added into the
10 kline.conf but will not be shown to the user when they
11 are given the kline reason.
12
13 KLINE <user@ip.ip.ip.ip> :[reason] [| oper reason]
14 will kline the user at the unresolved ip.
15 ip.ip.ip.ip can be in CIDR form i.e. 192.168.0.0/24
16 or 192.168.0.* (which is converted to CIDR form internally)
17
18 For a temporary KLINE, length of kline is given in
19 minutes as the first parameter i.e.
20 KLINE 10 <user@host> :cool off for 10 minutes
21
22 KLINE [duration] <user@host> ON irc.server :[reason] [| oper reason]
23 will kline the user on irc.server if irc.server accepts
24 remote klines. irc.server can contain wildcards.
25
26 - Requires Oper Priv: K