mIRC Homepage
Posted By: _AJ_ Text Help - 19/10/04 11:36 PM
Hey. I'm trying to fix a little problem on mIRC.. When I go to a new chat which they have a webchat.. This is what happens.. :

<Guest2> VSN|^|Tahoma|^|&H0000FF|^|B|^| :Tika.. keep like that and you will not even get

what do I do in order for me to take out all of that coding ?
Posted By: TravisK Re: Text Help - 21/10/04 11:10 AM
dunno wtf that is...looks like a sig or a script logo of some sort... its on there end.... if you wana edit it out you have to set up a on text event that halts def and removes what ever portion of text you dont wana see... and only shows what you wana see... hope this helps... if it dont i musta misunderstood the question

Posted By: tidy_trax Re: Text Help - 21/10/04 05:12 PM
It's a chat network called VSN that mimics MSN, so what he is seeing is the stuff in the text that tells other people what font the user is using.

Original poster:

Code:
on ^*:text:*:#:{
  var %text
  .echo -q $regsub($1-,VSN\x7C\x5E\x7C\w+\x7C\x5E\x7C\x5E&amp;.+\x7C\x5E\x7C\w?\x7C\x5E\x7C,,%text)
  echo -bcflrt Normal $chan %text
  haltdef
}
Posted By: _AJ_ Re: Text Help - 21/10/04 11:34 PM
Thanks for the code.. but It didnt work frown is there any other ideas you may have ?
© mIRC Discussion Forums