hedgewars/uChat.pas
changeset 15875 d7b53d08ad9c
parent 15684 c7fe94d56d6e
child 15900 128ace913837
child 15953 416bca0a172c
equal deleted inserted replaced
15872:c09063ea0267 15875:d7b53d08ad9c
   631         if ChatHidden then
   631         if ChatHidden then
   632            showAll:= false;
   632            showAll:= false;
   633         exit
   633         exit
   634         end;
   634         end;
   635 
   635 
       
   636     if (copy(s, 2, 3) = 'ff ') then
       
   637     begin
       
   638        ParseCommand(s, true);
       
   639        exit
       
   640     end;
       
   641 
       
   642     if (copy(s, 2, 3) = 'sff') then
       
   643     begin
       
   644        ParseCommand(s, true);
       
   645        exit
       
   646     end;
       
   647 
   636     // debugging commands
   648     // debugging commands
   637     if (copy(s, 2, 7) = 'debugvl') then
   649     if (copy(s, 2, 7) = 'debugvl') then
   638         // This command intentionally not documented in /help
   650         // This command intentionally not documented in /help
   639         begin
   651         begin
   640         cViewLimitsDebug:= (not cViewLimitsDebug);
   652         cViewLimitsDebug:= (not cViewLimitsDebug);