Difference between revisions of "2.0/Modules/bs botlist"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/bs_access}} {{Syntax|bs_access|BotServ|Anope}} == <div class="moduleheader">Description</div> == Lists all available bots on this network. Bots prefix...") |
(No difference)
|
Revision as of 20:36, 7 May 2014
Language | |
---|---|
|
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"; }