# HG changeset patch # User Paul Aurich # Date 1248757399 0 # Node ID 06ec6e21da89aeb091e3a7ed36e2ed765dfe2fc0 # Parent 2e49cbdd5040ffe21612820f039ac5aa2f6a1a65 cap: Ignore auto-resp messages. Closes #4633. diff -r 2e49cbdd5040 -r 06ec6e21da89 pidgin/plugins/cap/cap.c --- a/pidgin/plugins/cap/cap.c Tue Jul 28 04:43:53 2009 +0000 +++ b/pidgin/plugins/cap/cap.c Tue Jul 28 05:03:19 2009 +0000 @@ -373,6 +373,9 @@ CapStatistics *stats; /* guint words = word_count(message); */ + if (flags & PURPLE_MESSAGE_AUTO_RESP) + return; + buddy = purple_find_buddy(account, sender); if (buddy == NULL)