Adium

Ticket #11476 (new enhancement)

Opened 20 months ago

Last modified 20 months ago

Applescript Event Handlers

Reported by: Xalendare Owned by: applmak
Milestone: Component: AppleScript
Version: Severity: normal
Keywords: Cc:
Patch Status:

Description

Would it be possible to add event handling to the Applescript dictionary for Adium, much like iChat has? For instance, for an iChat script, you can write:

'using terms from application "iChat" on buddy became available -- something pertaining to the buddy coming online end on buddy became available end using terms from'

This is a very powerful little tool, and would be really great to see in Adium.

Change History

Changed 20 months ago by Xalendare

To clarify, that script should read:

using terms from application "iChat"
on buddy became available
-- something pertaining to the buddy coming online
end on buddy became available
end using terms from

Note: See TracTickets for help on using tickets.