mIRC Homepage
Posted By: Jon AWAY - 24/12/04 01:07 AM
In the Status, I got this kind of message
------------------------------------
SnowAngeL AWAY wbb
-
tommy AWAY out for lunch
-----------------------------------

Something like that, please tell me what kind of command i can use for notice $me that user is away .
I try on *:away:
or on *:snotice:
it din't work

please
thanks
Posted By: GogetaX Re: AWAY - 24/12/04 06:39 AM
do u want to make an away msg?

use this:
on *:text:*:?:{
if (%away.on == 1) {
msg $nick IM AWAY!
}
}
Posted By: Jon Re: AWAY - 24/12/04 07:39 AM
NO

I don't mean that, sorry about my english .

One again .
In my chatroom, when a chatter set away
then in my status shows me that msg like this :
-
Tommy AWAY out for lunch
-

then i want to make a script like
on *:away:*out for lunch*: /notice $nick can i go with you smile

That what i mean

Jon
Posted By: Zonk Re: AWAY - 24/12/04 10:30 AM
what you want to catch is raw 301
raw 301:*: {
if (lunch isin $3-) { msg $2 ill eat that... }
}
Posted By: SladeKraven Re: AWAY - 24/12/04 10:31 AM
Do you mean something like..
Code:
Raw 301:*out to lunch*: { notice $2 Can I Join you for lunch $2 $+ ? | halt }
Posted By: Jon Re: AWAY - 24/12/04 01:40 PM
yes i mean that
but raw 301 don't work too

any another way ?
Posted By: SladeKraven Re: AWAY - 24/12/04 01:55 PM
That numeric works for me fine.

-
-> -Slade- Can I Join you for lunch Slade?
-
Slade is away: out to lunch
-
Posted By: Jon Re: AWAY - 24/12/04 06:16 PM
i also try raw 322
but still don't work

is that any way i can catch every thing in the status window, that will help
Posted By: SladeKraven Re: AWAY - 24/12/04 06:25 PM
What does Raw 322 have to do with Away? 322 is the channels list numeric.
© mIRC Discussion Forums