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