diff -r d09366ca4d7b -r 0e8db74ec585 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Mon Sep 03 01:48:00 2018 +0200 +++ b/hedgewars/uGears.pas Mon Sep 03 05:05:00 2018 +0200 @@ -1208,8 +1208,7 @@ Gear^.Text:= text; Gear^.FrameTicks:= x end; - //ParseCommand('/say [' + hh^.Name + '] '+text, true) - AddChatString(#9+'[' + HH^.Name + '] '+text); + AddChatString(#9+FormatA(trmsg[sidChatHog], [HH^.Name, text])); end end else if (x >= 4) then