This page is intended for developers. If you're looking information on for how to link servers you should refer to the spanningtree module (v4 docs, v3 docs) page instead.
SVSOPER
This message was added in the 1206 protocol.
This message is provided by the services module. Before sending it you should do one of the following:
- Check that the services message is present in
CAPAB MODULES
orCAPAB MODSUPPORT
. - Encapsulate it with
ENCAP
if the message being dropped is tolerable.
Makes <uid>
a a server operator using the <oper-type>
operator type.
Connection Phases
This message can be used in the following connection phases:
Connection Phase | Usable? |
---|---|
Connecting outbound | ❌ |
Authenticating outbound | ❌ |
Authenticating inbound | ❌ |
Fully connected | ✔️ |
Syntax
[@<tags>] [:<sid>] SVSOPER <uid> :<oper-type>
Parameter | Description |
---|---|
<uid> | The user to grant server operator privileges to. |
<oper-type> | The type of server operator to make the user. |
Tag | Description |
---|---|
~automatic | If present then the source user was automatically logged into their server operator account. |
Example Usage
Makes 36DAAAAAA a server operator using the "Network Administrator" operator type:
:36D SVSOPER 36DAAAAAA :Network Administrator