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

From AnopeWiki
Jump to: navigation, search
(Created page with "{{Language|2.0/Modules/os_oline}} {{Syntax|os_oline|OperServ|Anope}} == <div class="moduleheader">Description</div> == Allows Services Operators to give Operflags to any user...")
 
(No difference)

Latest revision as of 00:26, 9 May 2014

Language

English

Service OperServ
Module os_oline
Author Anope

Description

Allows Services Operators to give Operflags to any user. Flags have to be prefixed with a "+" or a "-". To remove all flags simply type a "-" instead of any flags.

  • NOTE: Access to this command requires the permission operserv/oline to be present in your opertype.

Commands

oline nick glags

Examples

/msg OperServ OLINE Fred +kKbB

Default Configuration

/*
 * os_oline
 *
 * Provides the command operserv/oline.
 *
 * Used to set oper flags on users, and is specific to UnrealIRCd.
 * See /helpop ?svso on your IRCd for more information.
 */
module { name = "os_oline" }
command { service = "OperServ"; name = "OLINE"; command = "operserv/oline"; permission = "operserv/oline"; }