Some people have said that they had problems with being in a room on their own
well I noticed that a line of code was missing which solved the prblem on our server
in chat_hack template
find:
<form name="HearMeVCC">
and paste after:
<input type="hidden" name="Channel" value="channel_name">
where channel_name can be anything
Demo:
http://digital-forums.com/forum/chathack.php3
Hope this helps