Log in | Back to darenet.org

C/delban

Line 1: Line 1:
-
{{Related commands|[[ChanServ/addban|ADDBAN]]<br />[[ChanServ/addtimedban|ADDTIMEDBAN]]<br />[[ChanServ/bans|BANS]]}}<div class="cmdsyn">DELBAN <#channel> <mask|nickname></div>
+
{{Related commands|[[C/addban|ADDBAN]]<br />[[C/addtimedban|ADDTIMEDBAN]]<br />[[C/bans|BANS]]}}<div class="cmdsyn">DELBAN <#channel> <mask|nickname></div>
Deletes a ban (i.e., akick) from the channel's bans list.
Deletes a ban (i.e., akick) from the channel's bans list.
-
If a nickname is specified, instead of a mask, ChanServ will attempt to remove any bans that match the user using that nickname (granted the user is online).
+
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===
===Examples===
{| class="srvcscmd" width="90%" style="font-size: 90%;"
{| class="srvcscmd" width="90%" style="font-size: 90%;"
-
| /msg ChanServ DELBAN #chat *!*@*.br
+
| /msg C DELBAN #chat *!*@*.br
| Removes the mask ''*!*@*.br'' from #chat's bans list.
| Removes the mask ''*!*@*.br'' from #chat's bans list.
|-
|-
-
| /msg ChanServ DELBAN #chat Joe
+
| /msg C DELBAN #chat Joe
| Removes any entries on #chat's bans list that match the user using the nickname ''Joe''.
| Removes any entries on #chat's bans list that match the user using the nickname ''Joe''.
|-
|-

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]