diff src/core.c @ 3033:1143524a2eaf

[gaim-migrate @ 3046] Laying the ground work for image send. Also an IRC fix. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 12 Mar 2002 17:21:46 +0000
parents adbda5d9b50c
children 1e12a24b7f27
line wrap: on
line diff
--- a/src/core.c	Tue Mar 12 02:44:22 2002 +0000
+++ b/src/core.c	Tue Mar 12 17:21:46 2002 +0000
@@ -259,7 +259,7 @@
 			pos += len;
 
 			memcpy(&flags, data + pos, sizeof(flags));
-			serv_send_im(gc, who, msg, flags);
+			serv_send_im(gc, who, msg, -1, flags);
 
 			g_free(who);
 			g_free(msg);