Difference between revisions of "2.0/Modules/bs botlist"

From AnopeWiki
Jump to: navigation, search
(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/bs_access}}
+
{{Language|2.0/Modules/bs_botlist}}
{{Syntax|bs_access|BotServ|Anope}}
+
{{Syntax|bs_botlist|BotServ|Anope}}
  
 
== <div class="moduleheader">Description</div> ==
 
== <div class="moduleheader">Description</div> ==

Latest revision as of 21:39, 7 May 2014

Language

English

Service BotServ
Module bs_botlist
Author Anope

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"; }