Difference between revisions of "2.0/Modules/cs status"

From AnopeWiki
Jump to: navigation, search
(Created page with "{{Language|2.0/Modules/cs_status}} {{Syntax|cs_status|ChanServ|Anope}} == <div class="moduleheader">Description</div> == This command tells you what a users access is on a ch...")
 
(No difference)

Latest revision as of 21:44, 6 May 2014

Language

English

Service ChanServ
Module cs_status
Author Anope

Description

This command tells you what a users access is on a channel and what access entries, if any, they match. Additionally it will tell you of any auto kick entries they match. Usage of this command is limited to users who have the ability to modify access entries on the channel.

Commands

status channel [user]

Examples

/msg ChanServ STATUS #myChannel Fred

Default Configuration

/*
 * cs_status
 *
 * Provides the command chanserv/status.
 *
 * Used for determining a user's access on a channel and whether
 * or not they match any autokick entries.
 */
module { name = "cs_status" }
command { service = "ChanServ"; name = "STATUS"; command = "chanserv/status"; }