hedgewars/uIO.pas
branchsdl2transition
changeset 11363 9006e158a81f
parent 11362 ed5a6478e710
child 11403 b894922d58cc
child 11483 dbc0d54798dc
equal deleted inserted replaced
11362:ed5a6478e710 11363:9006e158a81f
   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      'Y': ChatPasteBuffer:= copy(s, 2, Length(s) - 1);
       
   167      else
   166      else
   168         isProcessed:= false;
   167         isProcessed:= false;
   169      end;
   168      end;
   170 
   169 
   171     if (not isProcessed) then
   170     if (not isProcessed) then