ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/help/kline
(Generate patch)

Comparing ircd-hybrid/trunk/help/opers/kline (file contents):
Revision 1592 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 1674 by michael, Fri Nov 23 21:00:02 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)