Created
February 10, 2012 14:42
-
-
Save andreyfedoseev/1789966 to your computer and use it in GitHub Desktop.
Revisions
-
Andrey Fedoseev revised this gist
Feb 10, 2012 . 3 changed files with 8 additions and 0 deletions.There are no files selected for viewing
File renamed without changes.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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ tell application "Adium" to go offline tell application "Skype" send command "SET USERSTATUS OFFLINE" script name "Alfred" end tell 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ tell application "Adium" to go available tell application "Skype" send command "SET USERSTATUS ONLINE" script name "Alfred" end tell -
Andrey Fedoseev created this gist
Feb 10, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ tell application "Adium" to go away tell application "Skype" send command "SET USERSTATUS DND" script name "Alfred" end tell