diff -r 2b1ad418ba39 -r 1518827049ed hedgewars/uChat.pas --- a/hedgewars/uChat.pas Mon Oct 01 12:01:39 2012 +0400 +++ b/hedgewars/uChat.pas Wed Oct 03 12:04:29 2012 +0400 @@ -376,6 +376,7 @@ else begin // err, does anyone have any documentation on this sequence? + // ^^ isn't it obvious? 27 is esc, 32 is space, inbetween is "/team" KeyPressChat(27); KeyPressChat(47); KeyPressChat(116);