Skip to content

EionRobb/pidgin-ignore-nickchange

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

pidgin-ignore-nickchange

Pidgin plugin to ignore "X is now known as Y" messages in chat

The name of this plugin (under which it dhows up in the Plugins list) is "Nick Change Hiding", and not "Ignore Nick Change" as listed on https://developer.pidgin.im/wiki/ThirdPartyPlugins#Notifications.

Windows plugin download from http://eion.robbmob.com/nickchange.dll

To compile on Linux, make sure you have the 'glib-dev', 'pidgin-dev', 'purple-dev' and 'pkg-config' packages for your distro and run

gcc -Wall -fPIC nickchange.c -o nickchange.so -shared `pkg-config --cflags --libs glib-2.0 purple pidgin`

then copy the nickchange.so file to your ~/.purple/plugins folder.

Or run

make

which does all that for you.

About

Pidgin plugin to ignore "X is now known as Y" messages in chat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published