NT_LAN_CB_2);
}
if (!function_exists('notify_cboxpost')) {
function notify_cboxpost($data) {
global $nt;
include_lan(e_PLUGIN."chatbox_menu/languages/".e_LANGUAGE."/".e_LANGUAGE.".php");
$message = NT_LAN_CB_3.': '.USERNAME.' ('.NT_LAN_CB_4.': '.$data['ip'].' )
';
$message .= NT_LAN_CB_5.':
'.$data['cmessage'].'
';
$nt -> send('cboxpost', NT_LAN_CB_6, $message);
}
}
?>