ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/help/kline
Revision: 2705
Committed: Sat Dec 21 18:19:18 2013 UTC (11 years, 8 months ago) by michael
File size: 729 byte(s)
Log Message:
- Update several help files

File Contents

# User Rev Content
1 michael 1674 KLINE [time] <nick|user@host> :[reason]
2 adx 30
3     [time] if present, gives number of minutes for KLINE
4    
5 michael 1674 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 adx 30
9 michael 1674 KLINE user@ip.ip.ip.ip :[reason]
10 adx 30 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)
13    
14     For a temporary KLINE, length of kline is given in
15     minutes as the first parameter [time] i.e.
16     KLINE 10 <nick|user@host> :cool off for 10 minutes
17    
18 michael 1674 KLINE <user@host> ON irc.server :[reason]
19 adx 30 will kline the user on irc.server if irc.server accepts
20     remote klines.
21    
22 michael 2705 - Requires Oper Priv: kline

Properties

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