Adium plugin to pipe events/messages to an external program
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 14 lines 267 B view raw
1#import <Cocoa/Cocoa.h> 2#import <Adium/AIPlugin.h> 3#import <Adium/AISharedAdium.h> 4#import <Adium/AIContactAlertsControllerProtocol.h> 5 6#define KEY_COMMAND @"PipeEvent" 7 8@protocol AIContentFilter; 9 10@interface PipeEventPlugin : AIPlugin <AIActionHandler> { 11} 12 13@end 14