hedgewars/uIO.pas
branchflibqtfrontend
changeset 8240 ee39403a1d27
parent 8145 6408c0ba4ba1
child 8330 aaefa587e277
child 8373 209c9ba77a09
equal deleted inserted replaced
8238:5c3337d05151 8240:ee39403a1d27
   122      '?': SendIPC(_S'!');
   122      '?': SendIPC(_S'!');
   123      'e': ParseCommand(copy(s, 2, Length(s) - 1), true);
   123      'e': ParseCommand(copy(s, 2, Length(s) - 1), true);
   124      'E': OutError(copy(s, 2, Length(s) - 1), true);
   124      'E': OutError(copy(s, 2, Length(s) - 1), true);
   125      'W': OutError(copy(s, 2, Length(s) - 1), false);
   125      'W': OutError(copy(s, 2, Length(s) - 1), false);
   126      'M': ParseCommand('landcheck ' + s, true);
   126      'M': ParseCommand('landcheck ' + s, true);
       
   127      'o': if fastUntilLag then ParseCommand('forcequit', true);
   127      'T': case s[2] of
   128      'T': case s[2] of
   128                'L': GameType:= gmtLocal;
   129                'L': GameType:= gmtLocal;
   129                'D': GameType:= gmtDemo;
   130                'D': GameType:= gmtDemo;
   130                'N': GameType:= gmtNet;
   131                'N': GameType:= gmtNet;
   131                'S': GameType:= gmtSave;
   132                'S': GameType:= gmtSave;