mIRC Home    About    Download    Register    News    Help

Print Thread
T
TheMachete
TheMachete
T
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?

B
BORR
BORR
B
on *:TEXT:*:?: { msg $nick message }

C
codemastr
codemastr
C
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.

P
pheonix
pheonix
P
on *:TEXT:*:?:{
privmsg $nick hey, asl?
}
on *:NOTICE:*:?:{
notice $nick hey, asl?
}

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

P
pheonix
pheonix
P
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
C
Hoopy frood
Offline
Hoopy frood
C
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.

P
pheonix
pheonix
P
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.
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??

P
pheonix
pheonix
P
because i added notice to it as well which is basically an on screen whisper

Joined: Dec 2002
Posts: 3,015
C
Hoopy frood
Offline
Hoopy frood
C
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.

P
pheonix
pheonix
P
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
C
Hoopy frood
Offline
Hoopy frood
C
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.

P
pheonix
pheonix
P
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
C
Hoopy frood
Offline
Hoopy frood
C
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.

P
pheonix
pheonix
P
but then ya shouldnt judge me for giving him what he asked for

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

P
pheonix
pheonix
P
lmfao


Link Copied to Clipboard