pidgin: 9882fa53: Don't send an auto-response when you're ...
markdoliner at pidgin.im
markdoliner at pidgin.im
Thu Jun 5 20:00:43 EDT 2008
-----------------------------------------------------------------
Revision: 9882fa5330e7a980a9ae44e056ff42572e169711
Ancestor: 22f552992fac5fe8d3bc8c5dc760a34568b51ead
Author: markdoliner at pidgin.im
Date: 2008-06-05T23:55:01
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/9882fa5330e7a980a9ae44e056ff42572e169711
Modified files:
libpurple/server.c
ChangeLog:
Don't send an auto-response when you're away and you IM someone
and they respond.
I thought we used to do this? Did we change it intentionally or
something? This logic makes sense to me.
-------------- next part --------------
============================================================
--- libpurple/server.c d412fa415f7a927755f54e801eb923dfd2f8b891
+++ libpurple/server.c 4f4199dafec797aa9d083d7af2263f9fed6bed65
@@ -151,7 +151,6 @@ int serv_send_im(PurpleConnection *gc, c
*/
auto_reply_pref = purple_prefs_get_string("/purple/away/auto_reply");
if((gc->flags & PURPLE_CONNECTION_AUTO_RESP) &&
- flags & PURPLE_MESSAGE_AUTO_RESP &&
!purple_presence_is_available(presence) &&
strcmp(auto_reply_pref, "never")) {
More information about the Commits
mailing list