Created
January 15, 2013 22:02
-
-
Save benmills/4542541 to your computer and use it in GitHub Desktop.
Rename someone in a chat room with applescript
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
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