mIRC Homepage
Posted By: BritishGent Auto Response. - 28/04/07 03:08 PM
Hi there. smile

Yes it's me again... lol

I seem to be stuck here and i am not able to figure out my mistake...

what i want is simple...

When i reject a pvt message, users get this message:
Code:
[15:54] * ^Silent_Runner^ 11says to4 ^Merlin 3Please note4 ^Merlin 3that I have declined your pvt request as you're either 7ignorant3 and pvt'ed me without 7asking3 or just too 7fcuking3 dumb and cannot say any more than 4"hi" 7So get the message and get out of my PVT'S. 3Further more I've got 4Two Words3 for you and if you're not down with that!! 13S**K IT!!!!!3 Thank You.

and what i would like is for my script to respond to that.
what i have tried is variations of this and none seem to work:
Code:
on 1:text:*3that I have declined your pvt request*:#: {
  msg $nick 3Please be aware that my last message to you was not nasty, next time you wish to 7PVT3 at least try to ask me first in main chat 7AND3 if at all possible try and use more than the word "7HI3 as that will be ignored.  7Thank You.  :)
}
}

i have changed text to action and i do not seem to be ale to get it to work frown

any help is appreciated.

many thanks smile
Posted By: RusselB Re: Auto Response. - 28/04/07 03:18 PM
The problem is the colour code in the message. To use the on text properly, you'll need to use just a wildcard, then use something like
Code:
if (that I have declined your pvt request isin $strip($1-))


Similar problems will exist with bold, underlined, or reverse text.
© mIRC Discussion Forums