2.0/Modules/cs status
From AnopeWiki
Language | |
---|---|
English |
|
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"; }