diff 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
line wrap: on
line diff
--- a/src/multi.h	Thu Apr 03 02:32:17 2003 +0000
+++ b/src/multi.h	Thu Apr 03 02:34:48 2003 +0000
@@ -74,6 +74,12 @@
 /* set this flag on a gc if you want serv_got_im to autoreply when away */
 #define OPT_CONN_AUTO_RESP	0x00000002
 
+struct proto_user_split {
+	char sep;
+	char *label;
+	char *def;
+};
+
 struct proto_user_opt {
 	char *label;
 	char *def;