mIRC Home    About    Download    Register    News    Help

Print Thread
#101048 19/10/04 11:36 PM
_
_AJ_
_AJ_
_
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 ?

#101049 21/10/04 11:10 AM
T
TravisK
TravisK
T
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


#101050 21/10/04 05:12 PM
Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
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
}

#101051 21/10/04 11:34 PM
_
_AJ_
_AJ_
_
Thanks for the code.. but It didnt work frown is there any other ideas you may have ?


Link Copied to Clipboard