Log in | Back to darenet.org

C/delban

(New page: {{Services}} <br> ====CHANSERV - Command: DELLAMER==== {{ServicesDesc | text= Usage: <code>'''/ChanServ DELLAMER <#channel> <mask<nowiki>|</nowiki>nickname>'''</code> <br> Deletes a lamer ...)
 
(7 intermediate revisions not shown)
Line 1: Line 1:
-
{{Services}}
+
{{Related commands|[[C/addban|ADDBAN]]<br />[[C/addtimedban|ADDTIMEDBAN]]<br />[[C/bans|BANS]]}}<div class="cmdsyn">DELBAN <#channel> <mask|nickname></div>
-
<br>
+
 
-
====CHANSERV - Command: DELLAMER====
+
Deletes a ban (i.e., akick) from the channel's bans list.
-
{{ServicesDesc | text= Usage: <code>'''/ChanServ DELLAMER <#channel> <mask<nowiki>|</nowiki>nickname>'''</code>
+
 
-
<br>
+
If a nickname is specified, instead of a mask, C will attempt to remove any bans that match the user using that nickname (granted the user is online).
-
Deletes a lamer from the channel's lamer list. If a nickname is specified instead of a mask, ChanServ will attempt to remove any lamers that match the user with that nickname (granted the user is online and using that nickname).
+
 
-
----
+
===Examples===
-
<code>See Also: [[ChanServ/addlamer|ADDLAMER]], [[ChanServ/addtimedlamer|ADDTIMEDLAMER]], [[ChanServ/lamers|LAMERS]]
+
{| class="srvcscmd" width="90%" style="font-size: 90%;"
-
}}
+
| /msg C DELBAN #chat *!*@*.br
-
<html><table align="right"><tr><td><a href="javascript:history.go(-1)">[Go Back]</a></td></tr></table></html>
+
| Removes the mask ''*!*@*.br'' from #chat's bans list.
 +
|-
 +
| /msg C DELBAN #chat Joe
 +
| Removes any entries on #chat's bans list that match the user using the nickname ''Joe''.
 +
|-
 +
|}
 +
 
 +
 
 +
{{GoBack}}

Current revision as of 16:54, 11 October 2012

Related Commands
ADDBAN
ADDTIMEDBAN
BANS
DELBAN <#channel> <mask|nickname>

Deletes a ban (i.e., akick) from the channel's bans list.

If a nickname is specified, instead of a mask, C will attempt to remove any bans that match the user using that nickname (granted the user is online).

Examples

/msg C DELBAN #chat *!*@*.br Removes the mask *!*@*.br from #chat's bans list.
/msg C DELBAN #chat Joe Removes any entries on #chat's bans list that match the user using the nickname Joe.


[Go Back]