diff src/conversation.c @ 27:0a2a1b62a66d

[gaim-migrate @ 36] Fixed bug where both people have AUTO-REPLY when you're away. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 24 Mar 2000 19:50:12 +0000
parents c56db1b46b0d
children
line wrap: on
line diff
--- 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, ""); */