Created
November 30, 2012 20:31
-
-
Save bill-transue/4178399 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if application "Messages" is running then | |
| tell application "Messages" | |
| log in service "transue@gmail.com" | |
| set status of service "transue@gmail.com" to available | |
| set status message to "%Track - %Artist" | |
| end tell | |
| end if |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if application "Messages" is running then | |
| tell application "Messages" | |
| log out | |
| end tell | |
| end if |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment