I use pidgin 2.0.1 and am going to build a term which should decide, if a special buddy comes online, and plays a sound or something like that. Now I have the question where is the code of the buddy list and the function when a buddy comes only?
Illu
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If all you want is to play a specific sound for a specific buddy then you want a Buddy Pounce, look under the Tools menu. If you really want to write a plugin for this you want to look at the signals code and specifically at the buddy-signed-on signal.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I use pidgin 2.0.1 and am going to build a term which should decide, if a special buddy comes online, and plays a sound or something like that. Now I have the question where is the code of the buddy list and the function when a buddy comes only?
Illu
If all you want is to play a specific sound for a specific buddy then you want a Buddy Pounce, look under the Tools menu. If you really want to write a plugin for this you want to look at the signals code and specifically at the buddy-signed-on signal.
Thx