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

File Contents

# User Rev Content
1 knight 31 # $Id$
2 adx 30 RXLINE [time] <mask> [ON <server>] :[reason]
3    
4     [time] if present, gives number of minutes for temporary RXLINE
5    
6     Adds a regular expression XLINE to the rxline.conf file which
7     will ban the specified gecos 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     RXLINE ^bot*bot$
13     To rxline with a space:
14     RXLINE ^bot[[:space:]]bot$ Where "space" is the written word "space", or
15     RXLINE ^bot\sbot$
16    
17     RXLINE ^(?i)bot\sbot$ for case insensitive regex matching.
18    
19     See: http://en.wikipedia.org/wiki/Regular_expression
20     http://www.pcre.org/pcre.txt
21    
22     If ON server is present, the RXLINE is propagated to given server.
23    
24     - Requires Oper Priv: admin, xline

Properties

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