I am setting my account status message with the contents of a NSString:
Code: Select all
xAccounts.statusMessage = currentInfo;I should be sending it a AdiumRichText object instead of a NSString correct? And if so how could I take the contents of the NSString and create a AdiumRichText?
also when I generated the header file for the scripting bridge for adium I found an error.
There were two instances of:
Code: Select all
@property (readonly) NSInteger idleTime; // The time this contact has been idle.Code: Select all
@property (readonly) NSInteger idleTime; // The duration this contact has been idle.