mIRC Home    About    Download    Register    News    Help

Print Thread
#114617 16/03/05 12:21 AM
Joined: Mar 2005
Posts: 1
M
Mostly harmless
OP Offline
Mostly harmless
M
Joined: Mar 2005
Posts: 1
If Kick / Ban To Any Body Then Script Send A Notice With Some Msg Can It Possible ..?

#114618 16/03/05 12:33 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
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. 
}

#114619 16/03/05 12:34 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
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.

Last edited by RusselB; 16/03/05 12:35 AM.

Link Copied to Clipboard