mIRC Homepage
Posted By: sillyboy HELP SCRIPT! - 08/07/10 03:25 PM
on *:TEXT:*badword*:*:{
.ignore $nick
var %ip = $address($nick,2)
.msg $me %ip test
}


E.g I don't want to have *!*@ip
I would like to have *@ip only.

any idea?
Posted By: Voglea Re: HELP SCRIPT! - 08/07/10 03:26 PM
var %ip = $address
Posted By: sillyboy Re: HELP SCRIPT! - 08/07/10 03:36 PM
Cannot get the address. Even using $address($nick,2)
its only have *!*@ip..

wondering can i have *@ip only.
Posted By: RusselB Re: HELP SCRIPT! - 08/07/10 03:47 PM
$gettok($address($nick,2),-1,33)
Posted By: sillyboy Re: HELP SCRIPT! - 08/07/10 04:13 PM
Originally Posted By: RusselB
$gettok($address($nick,2),-1,33)


thanks! tt works!
Posted By: chacha Re: HELP SCRIPT! - 08/07/10 04:35 PM
$address($nick,2) = $wildsite
© mIRC Discussion Forums