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...") |
|||
Line 1: | Line 1: | ||
− | {{Language|2.0/Modules/ | + | {{Language|2.0/Modules/bs_botlist}} |
− | {{Syntax| | + | {{Syntax|bs_botlist|BotServ|Anope}} |
== <div class="moduleheader">Description</div> == | == <div class="moduleheader">Description</div> == |
Latest revision as of 20:39, 7 May 2014
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"; }