--- a/src/protocols/yahoo/yahoochat.c Thu Aug 19 04:18:35 2004 +0000 +++ b/src/protocols/yahoo/yahoochat.c Thu Aug 19 05:38:57 2004 +0000 @@ -586,12 +586,13 @@ * I think conference names are always ascii. */ -static void yahoo_conf_leave(struct yahoo_data *yd, const char *room, const char *dn, GList *who) +void yahoo_conf_leave(struct yahoo_data *yd, const char *room, const char *dn, GList *who) { struct yahoo_packet *pkt; GList *w; - + gaim_debug_misc("yahoo", "leaving conference %s\n", room); + pkt = yahoo_packet_new(YAHOO_SERVICE_CONFLOGOFF, YAHOO_STATUS_AVAILABLE, 0); yahoo_packet_hash(pkt, 1, dn);