mIRC Home    About    Download    Register    News    Help

Print Thread
#189593 09/11/07 10:59 AM
Joined: Aug 2007
Posts: 48
E
Ameglian cow
OP Offline
Ameglian cow
E
Joined: Aug 2007
Posts: 48
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

Last edited by EnglishExpress; 09/11/07 11:00 AM.
Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
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.


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }

Link Copied to Clipboard