mIRC Home    About    Download    Register    News    Help

Print Thread
#175793 28/04/07 03:08 PM
Joined: Oct 2006
Posts: 82
B
Babel fish
OP Offline
Babel fish
B
Joined: Oct 2006
Posts: 82
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


Never ASSUME!!!

As it often makes and ASS out of U and ME!!
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
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.


Link Copied to Clipboard