diff -r dfa6a6fe1542 -r d17c71ee074e hedgewars/CCHandlers.inc --- a/hedgewars/CCHandlers.inc Wed Jun 11 21:00:58 2008 +0000 +++ b/hedgewars/CCHandlers.inc Wed Jun 11 21:41:44 2008 +0000 @@ -529,3 +529,8 @@ GameState:= gsChat; KeyPressChat(27) end; + +procedure chHistory(var s: shortstring); +begin +uChat.showAll:= not uChat.showAll +end;