hedgewars/uIO.pas
changeset 10510 9329dab04490
parent 10392 5012e1f9e893
child 10515 7705784902e1
child 10560 9f09196d92a6
equal deleted inserted replaced
10509:d62d3c706947 10510:9329dab04490
   155                   ParseCommand('campvar ' + copy(s, 3, length(s) - 2), true);
   155                   ParseCommand('campvar ' + copy(s, 3, length(s) - 2), true);
   156           end;
   156           end;
   157      'I': ParseCommand('pause server', true);
   157      'I': ParseCommand('pause server', true);
   158      's': if gameType = gmtNet then
   158      's': if gameType = gmtNet then
   159              ParseChatCommand('chatmsg ', s, 2)
   159              ParseChatCommand('chatmsg ', s, 2)
   160           else 
   160           else
   161              isProcessed:= false;
   161              isProcessed:= false;
   162      'b': if gameType = gmtNet then
   162      'b': if gameType = gmtNet then
   163              ParseChatCommand('chatmsg ' + #4, s, 2)
   163              ParseChatCommand('chatmsg ' + #4, s, 2)
   164           else 
   164           else
   165              isProcessed:= false;
   165              isProcessed:= false;
   166      else
   166      else
   167         isProcessed:= false;
   167         isProcessed:= false;
   168      end;
   168      end;
   169 
   169