C/addtimedban
m |
|||
Line 1: | Line 1: | ||
- | {{ | + | {{Related commands|[[ChanServ/addlamer|ADDLAMER]]<br />[[ChanServ/dellamer|DELLAMER]]<br />[[ChanServ/lamers|LAMERS]]}}<span class="cmdsyn">ADDTIMEDLAMER <#channel> <mask|nickname> <duration> <span class="cmdsynopt">[reason]</span></span> |
- | + | ||
- | + | Adds a timed lamer to the channel's lamers list, automatically expiring after the specified duration has elapsed. | |
An optional reason may be specified, which will be shown in any kick messages. | An optional reason may be specified, which will be shown in any kick messages. | ||
- | Lamers are hostmasks in the format of <code>nick!user@host</code> (just like channel bans), which ChanServ watches for | + | Lamers are hostmasks in the format of <code>nick!user@host</code> (just like channel bans), which ChanServ watches for and keeps users matching them out of your channel. When adding an entry, if it exactly matches an existing lamer, the reason will be updated. If the existing lamer was a timed lamer, it will be changed to a permanent lamer. |
+ | |||
+ | Note: Timed lamers can be removed with the [[ChanServ/dellamer|DELLAMER]] command, just like permanent lamers. | ||
+ | |||
+ | ==Examples== | ||
+ | {| class="srvcscmd" width="90%" style="font-size: 90%;" | ||
+ | | /msg ChanServ ADDTIMEDLAMER #chat 30m Joe | ||
+ | | Adds a timed lamer matching Joe's current host to #chat's lamers list, which will expire in 30 minutes. | ||
+ | |- | ||
+ | | /msg ChanServ ADDLAMER #chat 2d *!*@some.host.com | ||
+ | | Adds the mask *!*@some.host.com to #chat's lamers list, which will expire in 2 days. | ||
+ | |- | ||
+ | |} | ||
+ | |||
- | |||
- | |||
<html><table align="right"><tr><td><a href="javascript:history.go(-1)">[Go Back]</a></td></tr></table></html> | <html><table align="right"><tr><td><a href="javascript:history.go(-1)">[Go Back]</a></td></tr></table></html> |
Revision as of 14:34, 19 February 2011
Related Commands
| |
ADDLAMER DELLAMER LAMERS |
ADDTIMEDLAMER <#channel> <mask|nickname> <duration> [reason]
Adds a timed lamer to the channel's lamers list, automatically expiring after the specified duration has elapsed.
An optional reason may be specified, which will be shown in any kick messages.
Lamers are hostmasks in the format of nick!user@host
(just like channel bans), which ChanServ watches for and keeps users matching them out of your channel. When adding an entry, if it exactly matches an existing lamer, the reason will be updated. If the existing lamer was a timed lamer, it will be changed to a permanent lamer.
Note: Timed lamers can be removed with the DELLAMER command, just like permanent lamers.
Examples
/msg ChanServ ADDTIMEDLAMER #chat 30m Joe | Adds a timed lamer matching Joe's current host to #chat's lamers list, which will expire in 30 minutes. |
/msg ChanServ ADDLAMER #chat 2d *!*@some.host.com | Adds the mask *!*@some.host.com to #chat's lamers list, which will expire in 2 days. |
[Go Back] |