Ok. If I do a /whois on someone and they are not online, i get thsi in my status window:

TW 12No such nick/channel
TW 12End of /WHOIS list.

Now how would i get that into my script, for example:

/whois $2-
if *No Such nick* isin Status text {
msg $chan $2- IS NOT online
}
else msg $chan $2- IS online

Now I know the code isnt right for if blah isin Status text, but what would I use? If anything at all?


i script, therefore i am smirk
theres logic in there somewhere...