Great script, installed! ^^;
In this line:
Code:
<div style="white-space: nowrap">Most users in the chat was $channel[online_max] on $channel[date_max] at $channel[time_max].<br />
Topic: <i>$channel[topic]</i></div>
I found that if I removed the style="white-space: nowrap" from the DIV tag, it fixed a bug I had with topics braking the table if they where to long.
Just a friendly tip.