Log in | Back to darenet.org

C/hlist

m
m (moved ChanServ/hlist to C/hlist)
 
(4 intermediate revisions not shown)
Line 1: Line 1:
-
{{Services}}
+
{{Related commands|[[C/addhop|ADDHOP]]<br />[[C/mdelhop|MDELHOP]]<br />[[C/users|USERS]]}}<span class="cmdsyn">HLIST <#channel> <span class="cmdsynopt">[mask]</span></span>
-
<br>
+
-
====CHANSERV - Command: HLIST====
+
-
{{ServicesDesc | text= Usage: <code>'''/ChanServ HLIST <#channel> [mask]'''</code>
+
-
<br>
+
-
The HLIST command lists all users of level HALFOP on a channel's user (access) list. If a mask is supplied, only HALFOPs matching the mask will be shown.
+
-
----
+
Lists all users of level HALFOP on a channel's user list.
-
<code>See Also: [[ChanServ/addhop|ADDHOP]], [[ChanServ/delhalfop|DELHOP]], [[ChanServ/mdelhalfop|MDELHOP]], [[ChanServ/users|USERS]]</code>
+
 
-
}}
+
An optional mask may be supplied to limit showing only those HALFOPs 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 HLIST #chat
 +
| Show all users with an access level of HALFOP on #chat.
 +
|-
 +
| /msg C HLIST *foo*
 +
| Show only those users with an access level of HALFOP in #chat who have "foo" in their account name.
 +
|-
 +
|}
 +
 
 +
 
 +
{{GoBack}}

Current revision as of 16:13, 11 October 2012

Related Commands
ADDHOP
MDELHOP
USERS

HLIST <#channel> [mask]

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

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

Examples

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


[Go Back]