]> jfr.im git - solanum.git/blame - help/opers/kline
Merge pull request #162 from maxteufel/umode_noctcp
[solanum.git] / help / opers / kline
CommitLineData
212380e3
AC
1KLINE <user@host> :[reason] [| oper reason]
2
e875ae74 3Adds a KLINE to the database which will ban the
212380e3
AC
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
e875ae74 10database but will not be shown to the user when they
212380e3
AC
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
9830333e 26- Requires Oper Priv: oper:kline