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

From AnopeWiki
Jump to: navigation, search
(Created page with "{{Language|2.0/Modules/os_info}} {{Syntax|os_info|OperServ|Anope}} == <div class="moduleheader">Description</div> == Add or delete oper information for a given nick or channe...")
 
(No difference)

Latest revision as of 22:30, 8 May 2014

Language

English

Service OperServ
Module os_info
Author Anope

Description

Add or delete oper information for a given nick or channel. This will show to opers in the respective info command for the nick or channel.

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

Commands

info ADD target info
info DEL target info
info CLEAR target

Examples

/msg OperServ INFO ADD Fred Watch him. He has been trouble in the past.

/msg OperServ INFO DEL #myChannel Watch them. They have been trouble in the past.

/msg OperServ CLEAR Fred

Default Configuration

/*
 * os_info
 *
 * Provides the command operserv/info.
 *
 * Used to add oper only notes to users and channels.
 */
module { name = "os_info" }
command { service = "OperServ"; name = "INFO"; command = "operserv/info"; permission = "operserv/info"; }