Hi strikingknife,
Your method and logic are correct.
I think you do not want the pop up message show after the user add into the contact list right?
Try this way
1. Open file "\CuteSoft_Client\CuteChat\Script\ChatUI.js"
2. Find section below and delete it
case "CONTACT_ADDED":
msgtext=TEXT("UI_CONTACT_ADDED",info1[0]);
break;
Regards,
ken