]> Dogcows Code - chaz/thecheat/blob - CheatURLHandler.scriptSuite
update contact information and project URL
[chaz/thecheat] / CheatURLHandler.scriptSuite
1
2 // CheatURLHandler.scriptSuite
3
4 {
5 Name = CheatURLHandler;
6 AppleEventCode = "UrHD";
7
8 Commands = {
9 "GetURL" = {
10 CommandClass = CheatURLCommand;
11 AppleEventCode = GURL;
12 AppleEventClassCode = GURL;
13 };
14 };
15 }
This page took 0.030167 seconds and 4 git commands to generate.