diff -r c09063ea0267 -r d7b53d08ad9c hedgewars/uChat.pas --- a/hedgewars/uChat.pas Wed Sep 21 06:55:31 2022 +0300 +++ b/hedgewars/uChat.pas Fri Sep 23 02:21:21 2022 +0300 @@ -633,6 +633,18 @@ exit end; + if (copy(s, 2, 3) = 'ff ') then + begin + ParseCommand(s, true); + exit + end; + + if (copy(s, 2, 3) = 'sff') then + begin + ParseCommand(s, true); + exit + end; + // debugging commands if (copy(s, 2, 7) = 'debugvl') then // This command intentionally not documented in /help