QUICK SOLUTION (quirks mode

)
on the line 130 of blastchat.php file you see:
$bc_site = str_replace("8ttps://", "", $bc_site);
after this, include the code below:
$bc_site = str_replace(".br", "", $bc_site);
this will work pretty well in my case!!!
Thanks for all and sorry about my english (I´m brazilian

)