[solved] Re: perl plugin newbie question

2014-11-14 Thread Johnson Earls
($account, $sender, $message, $conv, $flags) = @_; ... $flags |= ... ; ... $_[4] = $flags; return 0; } the flags can be found in libpurple/conversation.h in the pidgin source code. - Johnson Johnson Earls wrote: Hey folks, Please forgive me if this is not the proper place

perl plugin newbie question

2014-11-11 Thread Johnson Earls
Hey folks, Please forgive me if this is not the proper place for plugin developer questions. I'm trying to write a the perl plugin to modify the flags of a message in the receiving-chat-msg signal handler. I can't find any documentation or examples showing what the semantics of the @flags