1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-24 18:22:25 -05:00

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

View File

@ -92,7 +92,7 @@ begin
end; end;
WriteLn('Opening Paste #' + GetJSONValue(Data, 'paste_id') + ' in a new tab!'); 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; Result := True;
end; end;
end; end;