# HG changeset patch
# User Eric Warmenhoven <eric@warmenhoven.org>
# Date 953927412 0
# Node ID 0a2a1b62a66d88e7fe7c46896d60bdd23bf875a5
# Parent  b9e90a914e20b723dc3e178ae2d36a0f80e3b638
[gaim-migrate @ 36]
Fixed bug where both people have AUTO-REPLY when you're away.

committer: Tailor Script <tailor@pidgin.im>

diff -r b9e90a914e20 -r 0a2a1b62a66d src/conversation.c
--- a/src/conversation.c	Fri Mar 24 19:17:34 2000 +0000
+++ b/src/conversation.c	Fri Mar 24 19:50:12 2000 +0000
@@ -720,7 +720,7 @@
                         who = current_user->username;
                 }
 
-                if (flags & WFLAG_AUTO)
+                if (flags & WFLAG_AUTO && flags & WFLAG_SEND)
                         sprintf(buf2, " %s", AUTO_RESPONSE);
                 else
                         buf2[0]=0; /* sprintf(buf2, ""); */