X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=CheatURLHandler.scriptSuite;fp=CheatURLHandler.scriptSuite;h=b26e94cfb7f21c5eef66a06d1c366ad5f723c353;hp=0000000000000000000000000000000000000000;hb=d27548f80fe411fda2ee69c74a24eab4292267e9;hpb=e8d51183acdd2410a38dcf8f0efbf7c30cd6c581 diff --git a/CheatURLHandler.scriptSuite b/CheatURLHandler.scriptSuite new file mode 100644 index 0000000..b26e94c --- /dev/null +++ b/CheatURLHandler.scriptSuite @@ -0,0 +1,15 @@ + +// CheatURLHandler.scriptSuite + +{ + Name = CheatURLHandler; + AppleEventCode = "UrHD"; + + Commands = { + "GetURL" = { + CommandClass = CheatURLCommand; + AppleEventCode = GURL; + AppleEventClassCode = GURL; + }; + }; +} \ No newline at end of file