Skip to content

Instantly share code, notes, and snippets.

@lucaspiller
Created February 16, 2012 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucaspiller/1845692 to your computer and use it in GitHub Desktop.
Save lucaspiller/1845692 to your computer and use it in GitHub Desktop.
How to annoy your friends on iMessage
tell application "iChat"
repeat with t in every service
repeat with b in every buddy of t
if name of b contains "Piotr" and handle of b contains "+44" then
repeat with v from 1 to 10
send "HAI" to b
end repeat
end if
end repeat
end repeat
end tell
@wjlroe
Copy link

wjlroe commented Feb 16, 2012

Idiot

@benmmurphy
Copy link

pro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment