Difference between revisions of "2.0/Modules/os oper"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/os_oper}} {{Syntax|os_oper|OperServ|Anope}} == <div class="moduleheader">Description</div> == Allows you to change and view Services Operators. Note th...") |
(No difference)
|
Revision as of 23:32, 8 May 2014
Language | |
---|---|
English |
|
Description
Allows you to change and view Services Operators. Note that operators removed by this command but are still set in the configuration file are not permanently affected by this.
- NOTE: Access to this command requires the permission operserv/oper to be present in your opertype.
Commands
- oper ADD oper type
- oper DEL oper
- oper INFO type
- oper LIST
Examples
/msg OperServ OPER ADD Fred Services Administrator
/msg OperServ OPER DEL Fredd
/msg OperServ OPER INTO Services Root
/msg OperServer OPER LIST
Default Configuration
/* * os_oper * * Provides the command operserv/oper. * * Used to configure opers and show information about opertypes. */ module { name = "os_oper" } command { service = "OperServ"; name = "OPER"; command = "operserv/oper"; permission = "operserv/oper"; }