diff src/protocols/yahoo/yay.c @ 2303:f5bf315e6104

[gaim-migrate @ 2313] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 17 Sep 2001 23:25:10 +0000
parents 2abf9cc183a0
children a87ca0aa1840
line wrap: on
line diff
--- a/src/protocols/yahoo/yay.c	Mon Sep 17 23:06:22 2001 +0000
+++ b/src/protocols/yahoo/yay.c	Mon Sep 17 23:25:10 2001 +0000
@@ -402,7 +402,7 @@
 		yahoo_send_message(yd->sess, yd->active_id, who, message);
 	else
 		yahoo_send_message_offline(yd->sess, yd->active_id, who, message);
-	return 0;
+	return 1;
 }
 
 static void yahoo_set_away(struct gaim_connection *gc, char *state, char *msg) {