ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/kline
Revision: 1156
Committed: Tue Aug 9 20:29:20 2011 UTC (14 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/help/opers/kline
File size: 994 byte(s)
Log Message:
- create ircd-hybrid-8 "branch"

File Contents

# Content
1 # $Id$
2 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

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision