alfred-skype-controls icon indicating copy to clipboard operation
alfred-skype-controls copied to clipboard

Chat username

Open starzonmyarmz opened this issue 13 years ago • 5 comments

It would be pretty awesome if you could add "skype chat username"

starzonmyarmz avatar Sep 28 '11 14:09 starzonmyarmz

Hmmm, I will look into this. If the skype API supports it, I can add it.

phpfunk avatar Sep 28 '11 14:09 phpfunk

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!

alexrenz avatar Feb 20 '12 22:02 alexrenz

I know, thread is old. But I just stumbled over this so maybe somebody is interested...

alexrenz avatar Feb 20 '12 22:02 alexrenz

Hey Alex, can you create a fork add your changes and submit a pull request? This would be a good addition.

phpfunk avatar Mar 16 '12 12:03 phpfunk

Would love this as well!

littke avatar Mar 30 '12 10:03 littke