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

From AnopeWiki
Jump to: navigation, search
(Created page with "{{Language|2.0/Modules/cs_info}} {{Syntax|cs_info|ChanServ|Anope}} == <div class="moduleheader">Description</div> == Lists information about the named registered channel, inc...")
 
(No difference)

Latest revision as of 17:57, 6 May 2014

Language

English

Service ChanServ
Module cs_info
Author Anope

Description

Lists information about the named registered channel, including its founder, time of registration, and last time used. If the user issuing the command has the appropriate access for it, then the description, successor, last topic set, settings and expiration time will also be displayed when applicable.

Commands

info channel

Examples

/msg ChanServ INFO #myChannel

Default Configuration

/*
 * cs_info
 *
 * Provides the command chanserv/info.
 *
 * Used for getting information about channels.
 */
module { name = "cs_info" }
command { service = "ChanServ"; name = "INFO"; command = "chanserv/info"; }