plugins/yay/outgoing.c

changeset 1845
dee7f9d85ee1
parent 1570
de731694417b
child 1884
83a3095316e2
--- a/plugins/yay/outgoing.c	Sat May 12 08:48:06 2001 +0000
+++ b/plugins/yay/outgoing.c	Sat May 12 09:49:21 2001 +0000
@@ -115,7 +115,7 @@
 		return 0;
 
 	ret = yahoo_write_cmd(session, conn, YAHOO_SERVICE_MESSAGE,
-			active_id ? active_id : session->name, buf, 0);
+			active_id ? active_id : session->name, buf, YAHOO_MESSAGE_SEND);
 	g_free(buf);
 
 	return ret;

mercurial