mIRC Homepage
Posted By: EnglishExpress Auto ghost? - 09/11/07 10:59 AM
Hi,can anyone help me with an auto ghost script, I would like it to ghost specified nicks on my notfiy, show me what rooms they are in(without the rest of the whois) and then ghost them, thanks all
Posted By: Lpfix5 Re: Auto ghost? - 09/11/07 02:22 PM
Well considering if ALL the nicks on your notify you would want to ghost them then...

Code:
raw 319:*:if (%w.n) { echo -a $+(4,1,$2) ison $3- | unset %w.n }
on *:NOTIFY:.whois $nick | %w.n = 1 | msg nickserv ghost $nick You have been ghost


This would potentially work while if you want some nicks then I suggest looping through $notify(nth) and scan for matches.

/help /notify
/help $notify


Also RAW 319 is the raw event that happens when the whois info is echo'd back to you and $3 is the starting nth point of the channel list.
© mIRC Discussion Forums