C/delban
m (moved ChanServ/delban to C/delban) |
|||
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
- | {{Related commands|[[ | + | {{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, | + | 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 | + | | /msg C DELBAN #chat *!*@*.br |
| Removes the mask ''*!*@*.br'' from #chat's bans list. | | Removes the mask ''*!*@*.br'' from #chat's bans list. | ||
|- | |- | ||
- | | /msg | + | | /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''. | ||
|- | |- |
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] |