Difference between revisions of "2.0/Modules/os oper"

From AnopeWiki
Jump to: navigation, search
(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...")
 
m
 
Line 20: Line 20:
 
/msg OperServ OPER INTO Services Root
 
/msg OperServ OPER INTO Services Root
  
/msg OperServer OPER LIST
+
/msg OperServ OPER LIST
  
 
== <div class="moduleheader">Default Configuration</div> ==
 
== <div class="moduleheader">Default Configuration</div> ==

Latest revision as of 05:11, 29 October 2019

Language

English

Service OperServ
Module os_oper
Author Anope

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 OperServ 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"; }