Skip to content

Instantly share code, notes, and snippets.

@andreyfedoseev
Created February 10, 2012 14:42
Show Gist options
  • Save andreyfedoseev/1789966 to your computer and use it in GitHub Desktop.
Save andreyfedoseev/1789966 to your computer and use it in GitHub Desktop.

Revisions

  1. Andrey Fedoseev revised this gist Feb 10, 2012. 3 changed files with 8 additions and 0 deletions.
    File renamed without changes.
    4 changes: 4 additions & 0 deletions offline.applescript
    Original 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
    4 changes: 4 additions & 0 deletions online.applescript
    Original 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
  2. Andrey Fedoseev created this gist Feb 10, 2012.
    4 changes: 4 additions & 0 deletions gistfile1.txt
    Original 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