|
Joined: May 2003
Posts: 13
Pikka bird
|
OP
Pikka bird
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
Ameglian cow
|
Ameglian cow
Joined: Mar 2003
Posts: 41 |
on *:TEXT:*:?: { msg $nick message }
|
|
|
|
Joined: Dec 2002
Posts: 2,779
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,779 |
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,250
Hoopy frood
|
Hoopy frood
Joined: May 2003
Posts: 2,250 |
on *:TEXT:*:?:{ privmsg $nick hey, asl? } on *:NOTICE:*:?:{ notice $nick hey, asl? }
|
|
|
|
Joined: Dec 2002
Posts: 3,015
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,015 |
You obviously haven't read any of the other posts on here..
|
|
|
|
Joined: May 2003
Posts: 2,250
Hoopy frood
|
Hoopy frood
Joined: May 2003
Posts: 2,250 |
i have actually and i just decided to give him what i use accept mine says my away time and when ill be back
|
|
|
|
Joined: Dec 2002
Posts: 3,015
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,015 |
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,250
Hoopy frood
|
Hoopy frood
Joined: May 2003
Posts: 2,250 |
look what he wrote  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 p.s he cant do what you said if hes away 
Last edited by pheonix; 07/05/03 12:14 PM.
|
|
|
|
Joined: Dec 2002
Posts: 395
Fjord artisan
|
Fjord artisan
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,250
Hoopy frood
|
Hoopy frood
Joined: May 2003
Posts: 2,250 |
because i added notice to it as well which is basically an on screen whisper
|
|
|
|
Joined: Dec 2002
Posts: 3,015
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,015 |
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,250
Hoopy frood
|
Hoopy frood
Joined: May 2003
Posts: 2,250 |
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
|
|
|
|
Joined: Dec 2002
Posts: 3,015
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,015 |
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,250
Hoopy frood
|
Hoopy frood
Joined: May 2003
Posts: 2,250 |
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.
|
|
|
|
Joined: Dec 2002
Posts: 3,015
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,015 |
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,250
Hoopy frood
|
Hoopy frood
Joined: May 2003
Posts: 2,250 |
but then ya shouldnt judge me for giving him what he asked for
|
|
|
|
Joined: Dec 2002
Posts: 3,015
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,015 |
I didn't judge you, I will if you want me to though...
|
|
|
|
Joined: May 2003
Posts: 2,250
Hoopy frood
|
Hoopy frood
Joined: May 2003
Posts: 2,250 |
|
|
|
|
|