changeset 1335:4d1dc4f66b4e

[gaim-migrate @ 1345] holy crap. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 20 Dec 2000 14:12:54 +0000
parents 475106775b1c
children f3303fc05572
files plugins/icq/gaim_icq.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/icq/gaim_icq.c	Wed Dec 20 13:27:10 2000 +0000
+++ b/plugins/icq/gaim_icq.c	Wed Dec 20 14:12:54 2000 +0000
@@ -257,7 +257,7 @@
 
 static void icq_send_msg(struct gaim_connection *gc, char *who, char *msg, int away) {
 	struct icq_data *id = (struct icq_data *)gc->proto_data;
-	icq_SendMessage(id->link, atol(who), msg, !away);
+	icq_SendMessage(id->link, atol(who), msg, ICQ_SEND_BESTWAY);
 }
 
 static void icq_keepalive(struct gaim_connection *gc) {