ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.3/help/opers/rkline
Revision: 1029
Committed: Sun Nov 8 13:10:50 2009 UTC (16 years, 8 months ago) by michael
File size: 694 byte(s)
Log Message:
- branch off trunk to create 7.3 branch

File Contents

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