diff -r 8664554d5547 -r 708758635955 hedgewars/CCHandlers.inc --- a/hedgewars/CCHandlers.inc Wed May 27 18:13:06 2009 +0000 +++ b/hedgewars/CCHandlers.inc Thu May 28 00:25:19 2009 +0000 @@ -46,6 +46,17 @@ SendIPC('Q'); GameState:= gsExit end +else + begin + GameState:= gsChat; + KeyPressChat(27); + KeyPressChat(47); + KeyPressChat(116); + KeyPressChat(101); + KeyPressChat(97); + KeyPressChat(109); + KeyPressChat(32) + end end; procedure chCheckProto(var s: shortstring);