Welcome to EScriptIRC, The IRC-related documentation wiki.
We currently have 242 documents and 30,047 edits altogether.

OperServ:SQLINE

From EScriptIRC, The IRC-related documentation wiki

Jump to: navigation, search

Syntax:

/msg OperServ SQLINE ADD [+expiry] mask reason
/msg OperServ SQLINE DEL {mask | entry-num | list}
/msg OperServ SQLINE LIST [mask | list]
/msg OperServ SQLINE VIEW [mask | list]
/msg OperServ SQLINE CLEAR

Allows Services operators to manipulate the SQLINE list. If a user with a nick matching an SQLINE mask attempts to connect, Services will not allow it to pursue his IRC session. If the first character of the mask is #, services will prevent the use of matching channels.

SQLINE ADD adds the given mask to the SQLINE list for the given reason (which must be given). expiry is specified as an integer followed by one of d (days), h (hours), or m (minutes). Combinations (such as 1h30m) are not permitted. If a unit specifier is not included, the default is days (so +30 by itself means 30 days). To add an SQLINE which does not expire, use +0. If the mask to be added starts with a +, an expiry time must be given, even if it is the same as the default. The current SQLINE default expiry time can be found with the STATS AKILL command.

The SQLINE DEL command removes the given mask from the SQLINE list if it is present. If a list of entry numbers is given, those entries are deleted. (See the example for LIST below.)

The SQLINE LIST command displays the SQLINE list. If a wildcard mask is given, only those entries matching the mask are displayed. If a list of entry numbers is given, only those entries are shown; for example:

/msg OperServ SQLINE LIST 2-5,7-9

Lists SQLINE entries numbered 2 through 5 and 7 through 9.

SQLINE VIEW is a more verbose version of SQLINE LIST, and will show who added an SQLINE, the date it was added, and when it expires, as well as the mask and reason.

SQLINE CLEAR clears all entries of the SQLINE list.

Limited to Services Operators.


Back to OperServ commands.

Personal tools