changeset 15897 | d7b53d08ad9c |
parent 15706 | c7fe94d56d6e |
child 15929 | 128ace913837 |
child 15983 | 416bca0a172c |
--- 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