quicksilver + applescript question
Posted: Tue Jun 03, 2008 10:45 pm
Hey all,
I'm currently using the following AppleScript with QuickSilver
However, while this does set status it doesn't set autoreply.
I've tried adding but it doesn't seem to have much of an effect.
Any suggestions? Also, is there a script for Quicksilver to send a message to someone? I tried one from 2006 but it doesn't seem to work any longer.
I'm currently using the following AppleScript with QuickSilver
Code: Select all
using terms from application "Quicksilver"
on process text ThisClipping
tell application "Adium"
set the status type of every account to away
set the status message of every account to ThisClipping
end tell
end process text
end using terms fromI've tried adding
Code: Select all
set the status autoreply of every account to ThisClippingAny suggestions? Also, is there a script for Quicksilver to send a message to someone? I tried one from 2006 but it doesn't seem to work any longer.