comparison 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
comparison
equal deleted inserted replaced
9916:4d17a945aab3 9917:e74eb0d11f86
1017 g_hash_table_insert(defaults, "room", g_strdup(chat_name)); 1017 g_hash_table_insert(defaults, "room", g_strdup(chat_name));
1018 1018
1019 return defaults; 1019 return defaults;
1020 } 1020 }
1021 1021
1022 char *yahoo_get_chat_name(GHashTable *data)
1023 {
1024 return g_strdup(g_hash_table_lookup(data, "room"));
1025 }
1026
1022 void yahoo_c_join(GaimConnection *gc, GHashTable *data) 1027 void yahoo_c_join(GaimConnection *gc, GHashTable *data)
1023 { 1028 {
1024 struct yahoo_data *yd; 1029 struct yahoo_data *yd;
1025 char *room, *topic, *members, *type; 1030 char *room, *topic, *members, *type;
1026 int id; 1031 int id;