2.0/Modules/bs botlist
From AnopeWiki
Language | |
---|---|
English |
|
Description
Lists all available bots on this network. Bots prefixed by a * are reserved for IRC Operators.
Commands
- BOTLIST
Examples
/msg BotServ BOTLIST
Default Configuration
/* * bs_botlist * * Provides the command botserv/botlist. * * Used for listing all available bots. */ module { name = "bs_botlist" } command { service = "BotServ"; name = "BOTLIST"; command = "botserv/botlist"; }