diff -r a9e768739345 -r 1a391883261d hedgewars/uChat.pas --- a/hedgewars/uChat.pas Sat Oct 18 13:53:58 2008 +0000 +++ b/hedgewars/uChat.pas Sat Oct 18 17:01:34 2008 +0000 @@ -120,7 +120,7 @@ procedure AcceptChatString(s: shortstring); var i: TWave; begin -if s[1] = '/' then +if (s[1] = '/') and (copy(s, 1, 4) <> '/me ') then begin if CurrentTeam^.ExtDriven then exit;