[Pidgin Plugin] Message Filtering
As there are some emoticons that I really hate to see when talking with my friends on Yahoo or Gtalk, I wrote a small pidgin plugin to filter them out of the received messages.
It took me about 5 hours to understand the architecture of Pidgin and write this plugin. The source code and compiled files can be found here.
To install this plugin :
1. Copy the binary file ( message_filter.so ) to ~/.purple/plugins
2. Restart your Pidgin, a new plugin named Message Filter … will appear in your plugin list.
3. List all the words (separated by space) that you never want to see in the conversation.
Now I feel very comfortable when chatting with all my emoticons-addicted-friends, and if you’re curious about my black-list, here it is :
![]()
^^ ^_^ :-/
/:)
![]()
Posted: March 31st, 2009
at 10:15am by admin
Tagged with c/c++, emoticons, linux, pidgin plugin, Programming
Categories: Programming, linux
Comments: 1 comment
One Response to '[Pidgin Plugin] Message Filtering'
Subscribe to comments with RSS or TrackBack to '[Pidgin Plugin] Message Filtering'.
Karsten
4 Dec 09 at 2:34 am
This is exactly what I was looking for.
Do you have a compiled version of this for Windows?