Extension: Paster.sex, Updated for OpenScript update.

This commit is contained in:
John P (Dgby714) 2010-12-25 04:01:47 -05:00
parent b36866921e
commit cb92a880d6
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ begin
end;
WriteLn('Opening Paste #' + GetJSONValue(Data, 'paste_id') + ' in a new tab!');
OpenScript('Paste #' + GetJSONValue(Data, 'paste_id'), GetJSONValue(Data, 'code'));
OpenScript('Paste #' + GetJSONValue(Data, 'paste_id'), GetJSONValue(Data, 'code'), False);
Result := True;
end;
end;