2.0/Modules/cs info
From AnopeWiki
Language | |
---|---|
English |
|
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"; }