ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/help/opers/rkline
Revision: 31
Committed: Sun Oct 2 20:34:05 2005 UTC (20 years, 10 months ago) by knight
File size: 694 byte(s)
Log Message:
- Fix svn:keywords

File Contents

# User Rev Content
1 knight 31 # $Id$
2 adx 30 RKLINE [time] <mask> [ON <server>] :[reason]
3    
4     [time] if present, gives number of minutes for temporary RXLINE
5    
6     Adds a regular expression RKLINE to the rkline.conf file which
7     will ban the specified regex mask from that server.
8     The banned client will receive a message saying he/she
9     is banned with reason [reason]
10    
11     regular expression examples:
12     rkline ^O[[:alpha:]]?[[:digit:]]+(x\.o|\.xo)$@^[[:alnum:]]{4}\.evilnet.org$
13    
14     Note: The mask has to be a valid regular expression based on user@host mask
15    
16     See: http://en.wikipedia.org/wiki/Regular_expression
17     http://www.pcre.org/pcre.txt
18    
19     If ON server is present, the RKLINE is propagated to given server.
20    
21     - Requires Oper Priv: admin, kline

Properties

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