changeset 23293:5e6392e93ce9

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.
author Mark Doliner <mark@kingant.net>
date Thu, 05 Jun 2008 23:55:01 +0000
parents f673b4866283
children 47492dabcb4a
files libpurple/server.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/server.c	Thu Jun 05 22:40:11 2008 +0000
+++ b/libpurple/server.c	Thu Jun 05 23:55:01 2008 +0000
@@ -151,7 +151,6 @@
 	 */
 	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")) {