mIRC Home    About    Download    Register    News    Help

Print Thread
#106088 24/12/04 01:07 AM
J
Jon
Jon
J
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

#106089 24/12/04 06:39 AM
G
GogetaX
GogetaX
G
do u want to make an away msg?

use this:
on *:text:*:?:{
if (%away.on == 1) {
msg $nick IM AWAY!
}
}

#106090 24/12/04 07:39 AM
J
Jon
Jon
J
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

#106091 24/12/04 10:30 AM
Z
Zonk
Zonk
Z
what you want to catch is raw 301
raw 301:*: {
if (lunch isin $3-) { msg $2 ill eat that... }
}

#106092 24/12/04 10:31 AM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
Do you mean something like..
Code:
Raw 301:*out to lunch*: { notice $2 Can I Join you for lunch $2 $+ ? | halt }

#106093 24/12/04 01:40 PM
J
Jon
Jon
J
yes i mean that
but raw 301 don't work too

any another way ?

#106094 24/12/04 01:55 PM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
That numeric works for me fine.

-
-> -Slade- Can I Join you for lunch Slade?
-
Slade is away: out to lunch
-

#106095 24/12/04 06:16 PM
J
Jon
Jon
J
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

#106096 24/12/04 06:25 PM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
What does Raw 322 have to do with Away? 322 is the channels list numeric.


Link Copied to Clipboard