2007-01-25 07:40:21 +01:00
|
|
|
XLINE [time] <gecos> :<reason>
|
|
|
|
|
|
|
|
Bans by gecos (aka 'real name') field. If [time] is not specified
|
2013-11-15 05:34:42 +01:00
|
|
|
this is added to the database, otherwise is temporary for [time]
|
2007-01-25 07:40:21 +01:00
|
|
|
minutes.
|
|
|
|
|
|
|
|
Eg. /quote xline eggdrop?bot :no bots
|
|
|
|
|
|
|
|
The <gecos> field contains certain special characters:
|
|
|
|
? - Match any single character
|
|
|
|
* - Many any characters
|
|
|
|
@ - Match any letter [A-Za-z]
|
|
|
|
# - Match any digit [0-9]
|
|
|
|
|
2013-11-15 05:34:42 +01:00
|
|
|
To use a literal one of these characters, escape it with '\'. A
|
2007-01-25 07:40:21 +01:00
|
|
|
literal '\' character must also be escaped. You may also insert \s
|
|
|
|
which will be converted into a space.
|
|
|
|
|
|
|
|
If the <gecos> field is purely numeric (ie "123") then the time
|
2013-11-15 05:34:42 +01:00
|
|
|
field must be specified. "0" must be used to denote a permanent
|
2007-01-25 07:40:21 +01:00
|
|
|
numeric XLINE.
|
|
|
|
|
|
|
|
XLINE [time] <gecos> ON <server> :<reason>
|
|
|
|
|
|
|
|
Will attempt to set the XLINE on <server> if <server> accepts
|
|
|
|
remote xlines.
|
|
|
|
|
2013-11-15 05:34:42 +01:00
|
|
|
- Requires Oper Priv: oper:xline
|