diff plugins/yay/rxhandlers.c @ 1562:12f16a852540

[gaim-migrate @ 1572] bounce committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 10 Mar 2001 23:59:53 +0000
parents 9fe7b059d2a5
children 393b23c8f494
line wrap: on
line diff
--- a/plugins/yay/rxhandlers.c	Sat Mar 10 23:12:20 2001 +0000
+++ b/plugins/yay/rxhandlers.c	Sat Mar 10 23:59:53 2001 +0000
@@ -168,6 +168,9 @@
 		CALLBACK(sess, YAHOO_HANDLE_MESSAGE, pkt->nick2, str_array[0], str_array[1]);
 		g_strfreev(str_array);
 		break;
+	case YAHOO_MESSAGE_BOUNCE:
+		CALLBACK(sess, YAHOO_HANDLE_BOUNCE);
+		break;
 	default:
 		g_snprintf(buf, sizeof(buf), "unhandled message type %d: %s", type, pkt->content);
 		YAHOO_PRINT(sess, YAHOO_LOG_WARNING, buf);