alfred-skype-controls
alfred-skype-controls copied to clipboard
Chat username
It would be pretty awesome if you could add "skype chat username"
Hmmm, I will look into this. If the skype API supports it, I can add it.
Hi everybody! Adding
# CHAT can be:
# USERNAME -- CHAT phpfunk
# SPEED DIAL CODE -- CHAT 1
else if "chat" is in q then
set notify_title to "Chat Error"
set q to my replaceText("chat ", "", q)
set res to send command "MESSAGE " & q script name "Send a chat message with Alfred"
after the call part
# CALL can be:
# USERNAME -- CALL phpfunk
# PSTN -- CALL NUMBER
# SPEED DIAL CODE -- CALL 1
else if "call" is in q then
set notify_title to "Call Error"
set q to my replaceText("call ", "", q)
set res to send command "CALL " & q script name "Make a Call with Alfred"
should make it possible to do "skype chat echo123 Hi there!".
Kind regards!
I know, thread is old. But I just stumbled over this so maybe somebody is interested...
Hey Alex, can you create a fork add your changes and submit a pull request? This would be a good addition.
Would love this as well!