comparison src/multi.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 7bdda84b5431
children 381da05cb5ed
comparison
equal deleted inserted replaced
4965:6e7082cf0892 4966:54cd43869333
72 72
73 #define OPT_CONN_HTML 0x00000001 73 #define OPT_CONN_HTML 0x00000001
74 /* set this flag on a gc if you want serv_got_im to autoreply when away */ 74 /* set this flag on a gc if you want serv_got_im to autoreply when away */
75 #define OPT_CONN_AUTO_RESP 0x00000002 75 #define OPT_CONN_AUTO_RESP 0x00000002
76 76
77 struct proto_user_split {
78 char sep;
79 char *label;
80 char *def;
81 };
82
77 struct proto_user_opt { 83 struct proto_user_opt {
78 char *label; 84 char *label;
79 char *def; 85 char *def;
80 int pos; 86 int pos;
81 }; 87 };