comparison 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
comparison
equal deleted inserted replaced
9271:3a5f2fcab7f6 9272:ac4480944fc3
159 159
160 160
161 static void 161 static void
162 silcgaim_chat_getinfo_menu(GaimBlistNode *node, gpointer data) 162 silcgaim_chat_getinfo_menu(GaimBlistNode *node, gpointer data)
163 { 163 {
164 164 GaimChat *chat = (GaimChat *)node;
165 silcgaim_chat_getinfo(chat->account->gc, chat->components);
165 } 166 }
166 167
167 168
168 #if 0 /* XXX For now these are not implemented. We need better 169 #if 0 /* XXX For now these are not implemented. We need better
169 listview dialog from Gaim for these. */ 170 listview dialog from Gaim for these. */