comparison src/prpl.h @ 4966:54cd43869333

[gaim-migrate @ 5300] fun stuff this makes the modify account dialog make a little more sense for jabber, and makes irc accounts distinguishable in the assorted dropdowns. however, there is a slight catch. IRC accounts now take the form of nick@server. The first time you log on with an IRC account, it will change it for you. However, if you try to edit the account before it gets signed on, the server will revert to the default (irc.freenode.net). So go log in with all of your IRC accounts before you go editing them ;-) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 03 Apr 2003 02:34:48 +0000
parents d9b6b5ae34e4
children 4691c5936c01
comparison
equal deleted inserted replaced
4965:6e7082cf0892 4966:54cd43869333
202 */ 202 */
203 char *(* tooltip_text)(struct buddy *buddy); 203 char *(* tooltip_text)(struct buddy *buddy);
204 204
205 GList *(* away_states)(struct gaim_connection *gc); 205 GList *(* away_states)(struct gaim_connection *gc);
206 GList *(* actions)(struct gaim_connection *gc); 206 GList *(* actions)(struct gaim_connection *gc);
207 /* user_splits is a GList of g_malloc'd struct proto_user_split */
208 GList *user_splits;
207 /* user_opts is a GList* of g_malloc'd struct proto_user_opts */ 209 /* user_opts is a GList* of g_malloc'd struct proto_user_opts */
208 GList *user_opts; 210 GList *user_opts;
209 GList *(* buddy_menu)(struct gaim_connection *, char *); 211 GList *(* buddy_menu)(struct gaim_connection *, char *);
210 GList *(* chat_info)(struct gaim_connection *); 212 GList *(* chat_info)(struct gaim_connection *);
211 213