diff src/protocols/yahoo/yahoochat.c @ 9917:e74eb0d11f86

[gaim-migrate @ 10809] view chat logs curtesy of datallah committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 31 Aug 2004 01:45:12 +0000
parents c28d5b45624e
children a8f9e5ce4f92
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoochat.c	Mon Aug 30 23:13:28 2004 +0000
+++ b/src/protocols/yahoo/yahoochat.c	Tue Aug 31 01:45:12 2004 +0000
@@ -1019,6 +1019,11 @@
 	return defaults;
 }
 
+char *yahoo_get_chat_name(GHashTable *data)
+{
+	return g_strdup(g_hash_table_lookup(data, "room"));
+}
+
 void yahoo_c_join(GaimConnection *gc, GHashTable *data)
 {
 	struct yahoo_data *yd;