mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2003
Posts: 13
T
Pikka bird
OP Offline
Pikka bird
T
Joined: May 2003
Posts: 13
Whenever someone sends me a private message in a chatroom, I want it to send them a private message that says "hey asl"
What code should I use to make my script do this?

Joined: Mar 2003
Posts: 41
B
Ameglian cow
Offline
Ameglian cow
B
Joined: Mar 2003
Posts: 41
on *:TEXT:*:?: { msg $nick message }

Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
That will trigger EVERY time someone msgs him, he most likely only wants to say it the first time.

ON *:OPEN:?:{ msg $nick Hey, asl? }

Although, keep in mind, most people will find it very annoying that if they msg you you start asking them that information, I know I do.

Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
on *:TEXT:*:?:{
privmsg $nick hey, asl?
}
on *:NOTICE:*:?:{
notice $nick hey, asl?
}


new username: tidy_trax
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
You obviously haven't read any of the other posts on here..

Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
i have actually and i just decided to give him what i use accept mine says my away time and when ill be back


new username: tidy_trax
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Why on earth would he want to message someone "hey, asl?" EVERY TIME they message him? If he wanted that he could use the script from teh first reply anyway.

Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
look what he wrote mad
Whenever someone sends me a private message in a chatroom, I want it to send them a private message that says "hey asl"
What code should I use to make my script do this?
what else would he mean grin
p.s he cant do what you said if hes away confused

Last edited by pheonix; 07/05/03 12:14 PM.

new username: tidy_trax
Joined: Dec 2002
Posts: 395
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Dec 2002
Posts: 395
Your code do the same thing as BORR's one, why bother to post it??

Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
because i added notice to it as well which is basically an on screen whisper


new username: tidy_trax
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
People don't always write what they mean, it's pretty obvious that noone in their right mind would want what you gave him.

Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
well why would he ask for a script to reply to a private message and then be unhappy when i give him scripts for both forms of private messages


new username: tidy_trax
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
He wouldn't be, unless the scripts you give him don't do what he wants them to, and it's a safe bet yours don't.

Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
when someone sends him a private message he wants it to send them a private message back so i've done exactly that in both forms of private messages

Last edited by pheonix; 07/05/03 02:00 PM.

new username: tidy_trax
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
And all I'm saying is that the odds of him meaning what he said (i.e. him wanting to reply saying "hey, asl?" EVERY TIME someone sends him a message) are incredibly small.

Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
but then ya shouldnt judge me for giving him what he asked for


new username: tidy_trax
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
I didn't judge you, I will if you want me to though...

Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
lmfao


new username: tidy_trax

Link Copied to Clipboard