# HG changeset patch
# User unc0rr
# Date 1361430780 -14400
# Node ID 11d5903fe6f91a9d6081b0233c9917e4e0860a0e
# Parent  6652a8c8ce8960d74cf22409f41fa136e57d2934# Parent  e422cbf9aa333d6bfa39f23f52f92e47600bbd41
Merge

diff -r 6652a8c8ce89 -r 11d5903fe6f9 hedgewars/uChat.pas
--- a/hedgewars/uChat.pas	Thu Feb 21 11:12:42 2013 +0400
+++ b/hedgewars/uChat.pas	Thu Feb 21 11:13:00 2013 +0400
@@ -394,9 +394,7 @@
         SetLine(InputStr, '', true)
     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);
+        // "/team "
         KeyPressChat(47);
         KeyPressChat(116);
         KeyPressChat(101);