Almost working the way I want it.
As the alias was the problem. I just eliminated it.
This is what I have.
on 1 *:TEXT:*W9OL*:*:{
if ($away) { notice $nick Robot Message: I'm AWFK, back later.
/msg $nick [From W9OL : $nick I'm not available right now. Please leave a message at the beep. 4BEEP!0]
}
I find that anyone who uses my Nick in any room I'm connected to gets a message that I'm away IN THAT ROOM
and also a PM telling them to leave me a message..
I also get a line in my status window telling me who called me.
I'd like one more thing.
I'd like the line in my status window to also appear in the #channel that the person called me in.
but the help files say that notice or action won't be seen in a channel.
I need a way to determine the channel that initiated the response and put a message in that channel that only I can see in addition to the Status Window as I may have it covered and could miss it.
As you see, I have been reading the Help files.
As always, Please and thank you
PS: What is the purpose of the 1 in ON 1????
Script seems to work with or without it.