Skip to content

Instantly share code, notes, and snippets.

@TheButterZone
Created April 3, 2020 20:39
Show Gist options
  • Save TheButterZone/921e238eaf38245d644464470926ca0d to your computer and use it in GitHub Desktop.
Save TheButterZone/921e238eaf38245d644464470926ca0d to your computer and use it in GitHub Desktop.
tell application "Adium"
send the chat "#emptychannel" message "/nick groupednick1"
delay 21
send the chat "#emptychannel" message "/nick groupednick2"
delay 21
send the chat "#emptychannel" message "/nick groupednick3"
delay 21
send the chat "#emptychannel" message "/nick yourmainnick"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment