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

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> == Allows you to see BotServ information about a channel ...")
 
m
 
Line 1: Line 1:
{{Language|2.0/Modules/bs_access}}
+
{{Language|2.0/Modules/bs_info}}
{{Syntax|bs_access|BotServ|Anope}}
+
{{Syntax|bs_info|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_info
Author Anope

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