Skip to content

Instantly share code, notes, and snippets.

@matthewryanscott
Created July 20, 2009 21:35
Show Gist options
  • Save matthewryanscott/150927 to your computer and use it in GitHub Desktop.
Save matthewryanscott/150927 to your computer and use it in GitHub Desktop.
import appscript
# Send a message to IRC channel already joined/opened.
channel = '#mychannel'
message = 'My Message'
appscript.app('Adium').chats[channel].send(message=message)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment