src/protocols/yahoo/yahoochat.c

changeset 9782
4f0e4049d3f4
parent 9780
99680462fa73
child 9846
61f7349c153a
--- 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);

mercurial