Log in | Back to darenet.org

C/deluser

m (Protected "ChanServ/deluser": Official Documentation [edit=sysop:move=sysop])
 
(4 intermediate revisions not shown)
Line 1: Line 1:
-
{{Services}}
+
{{Related commands|[[C/adduser|ADDUSER]]<br />[[C/users|USERS]]}}<div class="cmdsyn">DELUSER <#channel> <nickname<nowiki>|</nowiki>*account></div>
-
<br>
+
-
====CHANSERV - Command: DELUSER====
+
-
{{ServicesDesc | text= Usage: <code>'''/ChanServ DELUSER <#channel> <nickname<nowiki>|</nowiki>*account>'''</code>
+
-
<br>
+
-
The DELUSER command deletes a user from the channel's user list.
+
-
An account or nickname may be specified for the name argument. Account names are prefixed with <code>*</code>, which forces ChanServ to use the name of an account directly (useful if the user is not online).
+
Deletes a user from the channel's user list.
-
----
+
 
-
<code>See Also: [[ChanServ/deluser|DELUSER]], [[ChanServ/users|USERS]], [[ChanServ/adduser|ADDUSER]]
+
===Examples===
-
}}
+
{| class="srvcscmd" width="90%" style="font-size: 90%;"
-
<html><table align="right"><tr><td><a href="javascript:history.go(-1)">[Go Back]</a></td></tr></table></html>
+
| /msg C DELUSER #chat *nitemare
 +
| Deletes the user with the account ''nitemare'' from #chat's access list.
 +
|-
 +
| /msg C DELUSER #chat Joe
 +
| Removes any entries on #chat's user list that match the user using the nickname ''Joe''.
 +
|-
 +
|}
 +
 
 +
 
 +
{{GoBack}}

Current revision as of 16:52, 11 October 2012

Related Commands
ADDUSER
USERS
DELUSER <#channel> <nickname|*account>

Deletes a user from the channel's user list.

Examples

/msg C DELUSER #chat *nitemare Deletes the user with the account nitemare from #chat's access list.
/msg C DELUSER #chat Joe Removes any entries on #chat's user list that match the user using the nickname Joe.


[Go Back]