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