Hi,
Open freichat/server/plugins/chatroom/chatroom.php
Around line 106,
$lim = $this->lim_top(50);
Replace 50, with the number of messages you want to display.
Hi,
Open freichat/server/plugins/chatroom/chatroom.php
Around line 106,
```
$lim = $this->lim_top(50);
```
Replace 50, with the number of messages you want to display.