Plugin Interaction Emotify, etc and $Object->FormatBody
If you have two plugins that change $Sender->EventArguments['Object'] = $Object;
e.g. Emoticons and something else
$Object = $Sender->EventArguments['Object'];
        $Object->FormatBody = $this->DoEmoticons($Object->FormatBody);
        $Sender->EventArguments['Object'] = $Object;
It seems that one of the changes by the plugins gets filtered out due to a timing issue 
Is there anyway besides combining the changes into one plugin  to allow the changes to 
 $Object->FormatBody 
in each plugin to work.
                I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
0          
            
        
            