YOUR DEEPSPACE OPERATOR SERVICES | |||||||||||||||||||||||||||||||||||
The OPERSERV Command List Available to IRC Operators |
|||||||||||||||||||||||||||||||||||
OperServ is a service used by IRC Operators with additional functions which will help them in managing the network. The commands on this page are available based on your access. Note that OperServ cannot be accessed by local operators. |
|||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
| 1. | GLOBAL:
This command sends a global notice to everyone on the network. It is to be used only for important notifications.
|
| 2. | STATS:
This command gives various information on the network statistics. When used alone without any parameters, it provides user/oper count (excluding services), the highest user count and services uptime. With the AKILL parameter, it provides the akill list size and the default expiry time. The RESET parameter will reset the user count. UPLINK will tell which server Anope services is connected to and how long it has been linked (uptime). MEMORY displays information on the memory usage of Services. This command is not recommended on a large network as it can freeze services for a short time if overused. ALL will display MEMORY and UPLINK together and additional information. Note: The RESET, ALL, MEMORY and UPLINK can only be used by a Services Admin and above. |
| 3. | OPER LIST:
This command allows the oper to view the Services Operator list. |
| 4. | ADMIN LIST:
This command allows the oper to view the Services Admin list. |
| 5. | STAFF LIST: This command allows the oper to view Services Operators, Services Admins and Services Root Admins in one list. Online staff will be marked with an asterisk (*). |
| 6. | KICK: This command is used to kick users out of the channel with a reason. The command is useful if no channel operator is present and the need arises. |
| 7. | CLEARMODES:
When used alone, OperServ clears all binary modes (i,k,l,m,n,p,s,t). If the ALL parameter is given it also clears +o and +v. |
| 8. | AKILL:
This command modifies the AKILL list against users. The format of the akill set is
username@host with an expiry and reason which must be provided.
AKILL expiry can be in the form of 1h, 3d but never with a combination like 1h30m. If you do not specify the unit specifier like h (hours)
or d (days), the default taken will be days so if you place +30, the
AKILL will last for 30 days. If you don't want it to expire, set the expiry parameter as +0. |
| 9. | SGLINE:
This command modifies the SGLINE list against users. It forbids the user's realname with an expiry
and reason which must be provided. SGLINE expiry can be in the form of 1h, 3d but never with a
combination like 1h30m. If you do not specify the unit specifier like h (hours) or d (days),
the default taken will be days so if you place +30, the SGLINE will last for 30 days. If
you don't want it to expire, set the expiry parameter as +0. |
| 10. | SQLINE:
This command modifies the SQLINE list against users. It forbids users who have a nickname
that matches a certain pattern from connecting. SQLINE expiry can be in the form of
1h, 3d but never with a combination like 1h30m. If you do not specify the unit specifier like
h (hours) or d (days), the default taken will be days so if you place +30, the SQLINE will
last for 30 days. If you don't want it to expire, set the expiry parameter as +0. If a
# is placed in front, it disallows users from using the channel that matches the entry. |
| 11. | SZLINE:
This command modifies the SZLINE list against users. It forbids any matched IPs (masks) from connecting (whether it has PTR RR or not). In other words, a SZLINE bans a user even before the server checks the ident responses and if the hostname has been resolved. Thus, this is more efficient and uses less resources unlike an AKILL. SZLINE expiry can be in the form of 1h, 3d but never
with a combination like 1h30m. If you do not specify the unit specifier like h (hours) or d
(days), the default taken will be days so if you place +30, the SZLINE will last for 30 days. If
you don't want it to expire, set the expiry parameter as +0. |