hedgewars/uChat.pas
changeset 15875 d7b53d08ad9c
parent 15684 c7fe94d56d6e
child 15900 128ace913837
child 15953 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