hedgewars/uIO.pas
branchqmlfrontend
changeset 10515 7705784902e1
parent 10424 4be6cd55f1cf
parent 10510 9329dab04490
child 10606 8e95911cb86b
equal deleted inserted replaced
10458:f7a199346c3e 10515:7705784902e1
   135                   ParseCommand('campvar ' + copy(s, 3, length(s) - 2), true);
   135                   ParseCommand('campvar ' + copy(s, 3, length(s) - 2), true);
   136           end;
   136           end;
   137      'I': ParseCommand('pause server', true);
   137      'I': ParseCommand('pause server', true);
   138      's': if gameType = gmtNet then
   138      's': if gameType = gmtNet then
   139              ParseChatCommand('chatmsg ', s, 2)
   139              ParseChatCommand('chatmsg ', s, 2)
   140           else 
   140           else
   141              isProcessed:= false;
   141              isProcessed:= false;
   142      'b': if gameType = gmtNet then
   142      'b': if gameType = gmtNet then
   143              ParseChatCommand('chatmsg ' + #4, s, 2)
   143              ParseChatCommand('chatmsg ' + #4, s, 2)
   144           else 
   144           else
   145              isProcessed:= false;
   145              isProcessed:= false;
   146      else
   146      else
   147         isProcessed:= false;
   147         isProcessed:= false;
   148      end;
   148      end;
   149 
   149