diff -r 708758635955 -r 8b9f7a407408 hedgewars/uChat.pas --- a/hedgewars/uChat.pas Thu May 28 00:25:19 2009 +0000 +++ b/hedgewars/uChat.pas Thu May 28 00:36:33 2009 +0000 @@ -188,7 +188,7 @@ if copy(s, 1, 6) = '/team ' then begin - ParseCommand('/team ' + char(LocalClan) + UserNick + ': '+copy(s, 7, Length(s)-6), true); + ParseCommand('/team ' + char(LocalClan) + UserNick + '(team): '+copy(s, 7, Length(s)-6), true); exit end; if (s[1] = '/') and (copy(s, 1, 4) <> '/me ') then