[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4866: Undefined array key "database_gc"
FOSS gamedev and creative worlds • View topic - command to clear chat
Page 1 of 1

command to clear chat

PostPosted: Thu Jan 12, 2017 13:49
by hajo
The chat-messages on the screen are cleared automatically after some time,
but I would like to have a command (like "clr") to do that when needed.

E.g. (while debug is on) to do another screenshot,
without the messages of all the previous screenshots showing.

Re: command to clear chat

PostPosted: Thu Jan 12, 2017 14:13
by rubenwardy
You can use F2 (?) to hide the chat

Re: command to clear chat

PostPosted: Thu Jan 12, 2017 15:58
by hajo
rubenwardy wrote:You can use F2 (?) to hide the chat

Indeed, thanks !