Log in | Back to darenet.org

C/deluser

Line 1: Line 1:
-
{{Services|CHANSERV - Command: DELUSER}}
+
{{Related commands|[[ChanServ/adduser|ADDUSER]]<br />[[ChanServ/users|USERS]]}}<div class="cmdsyn">DELUSER <#channel> <nickname<nowiki>|</nowiki>*account></div>
-
{{ServicesDesc2 | syntax = /ChanServ DELUSER <#channel> <nickname<nowiki>|</nowiki>*account>
+
 
-
|main = The DELUSER command deletes a user from the channel's user list.
+
Deletes a user from the channel's user list.
-
<br><br>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).
+
 
-
|see = [[ChanServ/users|USERS]], [[ChanServ/adduser|ADDUSER]]}}
+
===Examples===
-
<html><table align="right"><tr><td><a href="javascript:history.go(-1)">[Go Back]</a></td></tr></table></html>
+
{| class="srvcscmd" width="90%" style="font-size: 90%;"
 +
| /msg ChanServ DELUSER #chat *nitemare
 +
| Deletes the user with the account ''nitemare'' from #chat's access list.
 +
|-
 +
| /msg ChanServ DELUSER #chat Joe
 +
| Removes any entries on #chat's user list that match the user using the nickname ''Joe''.
 +
|-
 +
|}
 +
 
 +
 
 +
{{GoBack}}

Revision as of 14:33, 14 November 2011

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

Deletes a user from the channel's user list.

Examples

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


[Go Back]