hedgewars/uIO.pas
branchqmlfrontend
changeset 11403 b894922d58cc
parent 11071 3851ce4f2061
parent 11363 9006e158a81f
child 11454 3c5d99013baf
equal deleted inserted replaced
11076:fcbdee9cdd74 11403:b894922d58cc
   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      'Y': ChatPasteBuffer:= copy(s, 2, Length(s) - 1);
       
   147      else
   146      else
   148         isProcessed:= false;
   147         isProcessed:= false;
   149      end;
   148      end;
   150 
   149 
   151     if (not isProcessed) then
   150     if (not isProcessed) then