Logging Buddy Pounces in Pidgin

Associate
Joined
6 Nov 2003
Posts
2,138
Location
West London
Does anyone know of a way of logging Buddy Pounce activity? I can only see options for opening a message window, popping up a notification, playing a sound and executing a command. Really all I want to do is log when the actions happen.
 
execute a command then:

Code:
echo Buddy pownce to John @ `date` >> /tmp/pidginpownce.log


I assume you want to log a person's MSN activity.

Change the name in the command depending on who the pounce goes to. Maybe even have a different pounce with different command for each action they can do (sign in, return from idle...), "John signed in @ `date`", "John started typing @ `date`"...
 
Last edited:
Back
Top Bottom