Recent Entries:

Favorite Links

Connecto to a IRC channel on Adium startup

Wednesday, September 16th, 2009

To make the script execute when Adium starts up:
Create and save an AppleScript with the following code:
tell application “Adium”
GetURL (”irc://myircserver.com#myircchannel”)
end tell

Edit appropriately and save it wherever you like.
With Adium in as the frontmost application, choose Adium > Preferences…
Select the “Events” toolbar item in the Preferences window.
Find and select the “New email notification” event in the [...]