Log in | Back to darenet.org

C/clist

m (Protected "ChanServ/clist": Official Documentation [edit=sysop:move=sysop])
m (moved ChanServ/clist to C/clist)
 
(6 intermediate revisions not shown)
Line 1: Line 1:
-
{{Services}}
+
{{Related commands|[[C/addcoowner|ADDCOOWNER]]<br />[[C/mdelcoowner|MDELCOOWNER]]<br />[[C/users|USERS]]}}<div class="cmdsyn">CLIST <#channel> <span class="cmdsynopt">[mask]</span></div>
-
<br>
+
-
====CHANSERV - Command: CLIST====
+
-
{{ServicesDesc | text= Usage: <code>'''/ChanServ CLIST <#channel> [mask]'''</code>
+
-
<br>
+
-
The CLIST command lists all users of level COOWNER on a channel's user (access) list. If a mask is supplied, only COOWNERs matching the mask will be shown.
+
-
----
+
Lists all users of level COOWNER on a channel's user list.
-
<code>See Also: [[ChanServ/addcoowner|ADDCOOWNER]], [[ChanServ/delcoowner|DELCOOWNER]], [[ChanServ/mdelcoowner|MDELCOOWNER]], [[ChanServ/users|USERS]]
+
 
-
}}
+
An optional mask may be supplied to limit showing only those COOWNERs that match the mask.
-
<html><table align="right"><tr><td><a href="javascript:history.go(-1)">[Go Back]</a></td></tr></table></html>
+
 
 +
===Examples===
 +
{| class="srvcscmd" width="90%" style="font-size: 90%;"
 +
| /msg C CLIST #chat
 +
| Show all users with an access level of COOWNER on #chat.
 +
|-
 +
| /msg C CLIST *foo*
 +
| Show only those users with an access level of COOWNER in #chat who have "foo" in their account name.
 +
|-
 +
|}
 +
 
 +
 
 +
{{GoBack}}

Current revision as of 06:35, 11 October 2012

Related Commands
ADDCOOWNER
MDELCOOWNER
USERS
CLIST <#channel> [mask]

Lists all users of level COOWNER on a channel's user list.

An optional mask may be supplied to limit showing only those COOWNERs that match the mask.

Examples

/msg C CLIST #chat Show all users with an access level of COOWNER on #chat.
/msg C CLIST *foo* Show only those users with an access level of COOWNER in #chat who have "foo" in their account name.


[Go Back]