O.P. RE: Delete Color in PM
No, it isn't that
function OnEvent_ChatWndCreated(ChatWnd){
var contacto;
chat=ChatWnd;
contacto=ChatWnd.Contacts;
if(contacto.Count == 1) {
var e = new Enumerator(contatto);
var Cnt = e.item();
nombrecontacto = Cnt.Name.split();
nomecontacto = nomecontacto[0];
The nickname will appeer whit a phrase in de PM. Ineed remove de color format from de contact nickname
DONE!!!! i use MsgPlus.RemoveFormatCodes thanks anyway
|