adium-pipeevent icon indicating copy to clipboard operation
adium-pipeevent copied to clipboard

Adium plugin to pipe events/messages to an external program

Results 3 adium-pipeevent issues
Sort by recently updated
recently updated
newest added

Any chance this is going to be updated to work under Adium 1.5?

The environment for Adium may be a little too squeaky clean or something. If I write a script like this: ``` #!/usr/bin/perl system('echo foo >> /tmp/adium-speak-chat.log'); ``` I never get...

I have this piping to a script that just logs to a file for testing and every time the event is triggered, I'm seeing multiple calls to the script. Currently...