Skip to content

Instantly share code, notes, and snippets.

@benmills
Created January 15, 2013 22:02
Show Gist options
  • Save benmills/4542541 to your computer and use it in GitHub Desktop.
Save benmills/4542541 to your computer and use it in GitHub Desktop.
Rename someone in a chat room with applescript
set CR to ASCII character of 13
tell application "System Events"
tell application "Adium" to activate
keystroke "/nick <your nick here>"
keystroke CR
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment