diff src/protocols/silc/chat.c @ 9272:ac4480944fc3

[gaim-migrate @ 10075] Stu Tomlinson went crazy adding commands to SILC. He also made it so the gaim password field can be used as the SILC passphrase, and fixed some bugs while he was in there. Yay for Stu. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Sat, 12 Jun 2004 18:36:05 +0000
parents 640b82172493
children b6b85f955276
line wrap: on
line diff
--- a/src/protocols/silc/chat.c	Sat Jun 12 17:34:59 2004 +0000
+++ b/src/protocols/silc/chat.c	Sat Jun 12 18:36:05 2004 +0000
@@ -161,7 +161,8 @@
 static void
 silcgaim_chat_getinfo_menu(GaimBlistNode *node, gpointer data)
 {
-
+	GaimChat *chat = (GaimChat *)node;
+	silcgaim_chat_getinfo(chat->account->gc, chat->components);
 }