mIRC Home    About    Download    Register    News    Help

Print Thread
#106088 24/12/04 01:07 AM
Joined: Dec 2002
Posts: 27
J
Jon Offline OP
Ameglian cow
OP Offline
Ameglian cow
J
Joined: Dec 2002
Posts: 27
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
Joined: Nov 2004
Posts: 84
Babel fish
Offline
Babel fish
Joined: Nov 2004
Posts: 84
do u want to make an away msg?

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


by the time you finish reading this, you realize you have wasted 5 secundes of your life!
#106090 24/12/04 07:39 AM
Joined: Dec 2002
Posts: 27
J
Jon Offline OP
Ameglian cow
OP Offline
Ameglian cow
J
Joined: Dec 2002
Posts: 27
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
Joined: Jan 2003
Posts: 53
Z
Babel fish
Offline
Babel fish
Z
Joined: Jan 2003
Posts: 53
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,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
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
Joined: Dec 2002
Posts: 27
J
Jon Offline OP
Ameglian cow
OP Offline
Ameglian cow
J
Joined: Dec 2002
Posts: 27
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,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
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
Joined: Dec 2002
Posts: 27
J
Jon Offline OP
Ameglian cow
OP Offline
Ameglian cow
J
Joined: Dec 2002
Posts: 27
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,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
What does Raw 322 have to do with Away? 322 is the channels list numeric.


Link Copied to Clipboard