2.0/Modules/os oline

From AnopeWiki
Revision as of 00:26, 9 May 2014 by Azander (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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"; }