diff -r c16355b0c982 -r 4319810f23c1 hedgewars/uChat.pas --- a/hedgewars/uChat.pas Wed Jun 11 22:19:14 2008 +0000 +++ b/hedgewars/uChat.pas Thu Jun 12 10:50:05 2008 +0000 @@ -25,7 +25,7 @@ procedure KeyPressChat(Key: Longword); var UserNick: shortstring = ''; - showAll: boolean = true; + showAll: boolean = false; implementation uses uMisc, uStore, uConsts, SDLh, uConsole, uKeys;