mIRC Homepage
Posted By: MightyKiller Kick And Ban Notice - 16/03/05 12:21 AM
If Kick / Ban To Any Body Then Script Send A Notice With Some Msg Can It Possible ..?
Posted By: SladeKraven Re: Kick And Ban Notice - 16/03/05 12:33 AM
Code:
On @!*:Kick:#: {
  notice $knick Hey $knick $+ , please come back in $chan I'm getting lonely.  Don't let $nick get to you.  They are a fool for kicking you. 
}
Posted By: RusselB Re: Kick And Ban Notice - 16/03/05 12:34 AM
If you use
Code:
/ban -k <nick> <reason> 
that will kick & ban <nick> giving <reason> as the reason. This is a permanent ban until it's manually removed. If you want it to unset the ban after a certain amount of time, then use
Code:
  /ban -ku&lt;time&gt; &lt;nick&gt; &lt;reason&gt; 
where <time> is the amount of time the ban is to be in effect for measured in seconds

Appears that SladeKraven & I have differing opinions as to just exactly what you were looking for.
© mIRC Discussion Forums