Sorry about my english, i dont speak it very well.
I have this:
$params["channels"] = array("room 1");
$params["frozen_channels"] = array("room 1", "room 2", "room 3", "room 4", "room 5", "room 6", "room 7", "room 8");
$params["max_channels"] = 5;
$params["max_msg"] = 0;
and i have a list of rooms (from 1 to

I tryid changing the max_msg to anything higher than 0 and then it works fine and i can see the history of all the test typing that i made, but if i use max_msg = 0 rooms doesnt work.
any help please? thank you, please let me know if i didnt explain very well
Thanks again