i don't like how this mod show the time & date of the messages.
so i change it to show it like my "Log Date Format" option in ACP.
if you want to do so too just edit ideal_chat_update_stream.php file and search for:
PHP Code:
$templater->register('time_sent', vbdate('M j, g:i:s a',$message['timestamp']));
replace with:
PHP Code:
$templater->register('time_sent', vbdate($vbulletin->options['logdateformat'],$message['timestamp']));
please add it to your next version