Difference between revisions of "2.0/Modules/bs info"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/bs_access}} {{Syntax|bs_access|BotServ|Anope}} == <div class="moduleheader">Description</div> == Allows you to see BotServ information about a channel ...") |
(No difference)
|
Revision as of 20:39, 7 May 2014
Language | |
---|---|
|
Description
Allows you to see BotServ information about a channel or a bot. If the parameter is a channel, then you'll get information such as enabled kickers. If the parameter is a nick, you'll get information about a bot, such as creation time or number of channels it is on.
Commands
- INFO {channel | nickname}
Examples
/msg BotServ INFO #myChannel
Default Configuration
/* * bs_info * * Provides the command botserv/info. * * Used for getting information on bots or channels. */ module { name = "bs_info" } command { service = "BotServ"; name = "INFO"; command = "botserv/info"; }