mIRC Homepage
Posted By: TheMachete Creating an On Whisper Message - 04/05/03 05:03 PM
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?
Posted By: BORR Re: Creating an On Whisper Message - 04/05/03 05:13 PM
on *:TEXT:*:?: { msg $nick message }
Posted By: codemastr Re: Creating an On Whisper Message - 04/05/03 05:18 PM
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.
Posted By: pheonix Re: Creating an On Whisper Message - 07/05/03 11:51 AM
on *:TEXT:*:?:{
privmsg $nick hey, asl?
}
on *:NOTICE:*:?:{
notice $nick hey, asl?
}
Posted By: Collective Re: Creating an On Whisper Message - 07/05/03 11:55 AM
You obviously haven't read any of the other posts on here..
Posted By: pheonix Re: Creating an On Whisper Message - 07/05/03 12:03 PM
i have actually and i just decided to give him what i use accept mine says my away time and when ill be back
Posted By: Collective Re: Creating an On Whisper Message - 07/05/03 12:08 PM
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.
Posted By: pheonix Re: Creating an On Whisper Message - 07/05/03 12:13 PM
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
Posted By: MonoSex Re: Creating an On Whisper Message - 07/05/03 12:18 PM
Your code do the same thing as BORR's one, why bother to post it??
Posted By: pheonix Re: Creating an On Whisper Message - 07/05/03 12:30 PM
because i added notice to it as well which is basically an on screen whisper
Posted By: Collective Re: Creating an On Whisper Message - 07/05/03 01:43 PM
People don't always write what they mean, it's pretty obvious that noone in their right mind would want what you gave him.
Posted By: pheonix Re: Creating an On Whisper Message - 07/05/03 01:50 PM
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
Posted By: Collective Re: Creating an On Whisper Message - 07/05/03 01:53 PM
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.
Posted By: pheonix Re: Creating an On Whisper Message - 07/05/03 01:59 PM
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
Posted By: Collective Re: Creating an On Whisper Message - 07/05/03 02:01 PM
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.
Posted By: pheonix Re: Creating an On Whisper Message - 07/05/03 02:10 PM
but then ya shouldnt judge me for giving him what he asked for
Posted By: Collective Re: Creating an On Whisper Message - 07/05/03 02:10 PM
I didn't judge you, I will if you want me to though...
Posted By: pheonix Re: Creating an On Whisper Message - 07/05/03 02:14 PM
lmfao
© mIRC Discussion Forums