to clear the already-read messages on the client side.
Currently it is possible with the scriptlet
javascript:void($('#chat').empty())
but I prefer having a specific in-page button or command (e.g. /clear).
|
to clear the already-read messages on the client side. Currently it is possible with the scriptlet
but I prefer having a specific in-page button or command (e.g. |
|||||
|
|
The whole point of the chat is to show "saved state" of the room every time you enter. If we wanted busted old statelessness, we'd use IRC, no? |
|||||||||||||
|