Log in | Back to darenet.org

C/addban

Line 1: Line 1:
-
{{Services|CHANSERV - Command: ADDLAMER}}
+
{{Related commands|[[ChanServ/addtimedlamer|ADDTIMEDLAMER]]<br />[[ChanServ/dellamer|DELLAMER]]<br />[[ChanServ/lamers|LAMERS]]}}<span class="cmdsyn">ADDLAMER <#channel> <mask|nickname> <span class="cmdsynopt">[reason]</span></span>
-
{{ServicesDesc2 | syntax = /ChanServ ADDLAMER <#channel> <mask<nowiki>|</nowiki>nickname> [reason]
+
 
-
|main = Adds a lamer to the channel's lamers list, remaining in effect until removed with the [[ChanServ/dellamer|DELLAMER]]. An optional reason may be specified, which will be shown in any kick messages.<br><br>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 already in the list, the reason will be updated. If the existing lamer was a timed lamer, it will be changed to a permanent lamer.
+
Adds an entry to the channel's lamers list, remaining in effect until removed with the [[ChanServ/dellamer|DELLMAER]] command.  
-
|see = [[ChanServ/lamers|LAMERS]], [[ChanServ/dellamer|DELLAMER]], [[ChanServ/addtimedlamer|ADDTIMEDLAMER]]}}
+
 
 +
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 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.
 +
 
 +
==Examples==
 +
{| class="srvcscmd" width="90%" style="font-size: 90%;"
 +
| /msg ChanServ ADDLAMER #chat Joe
 +
| Adds a lamer matching Joe's current host to #chat's lamers list.
 +
|-
 +
| /msg ChanServ ADDLAMER #chat *!*@some.host.com
 +
| Adds the mask *!*@some.host.com to #chat's lamers list.
 +
|-
 +
|}
 +
 
 +
 
<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:30, 19 February 2011

Related Commands
ADDTIMEDLAMER
DELLAMER
LAMERS

ADDLAMER <#channel> <mask|nickname> [reason]

Adds an entry to the channel's lamers list, remaining in effect until removed with the DELLMAER command.

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.

Examples

/msg ChanServ ADDLAMER #chat Joe Adds a lamer matching Joe's current host to #chat's lamers list.
/msg ChanServ ADDLAMER #chat *!*@some.host.com Adds the mask *!*@some.host.com to #chat's lamers list.


[Go Back]