comparison src/prpl.h @ 11500:9fc7d0153332

[gaim-migrate @ 13745] Remove the stupid prpl option I added with the aliasing code. This fixes the remaining bug I'm aware of. It should be correct, but let me know if I've broken something (which would mostly likely be with Jabber). committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 11 Sep 2005 02:58:03 +0000
parents 7fab28c991f3
children b91a84e7cbcb
comparison
equal deleted inserted replaced
11499:6f9fc83ee25c 11500:9fc7d0153332
160 * Set the Register button active when screenname is not given. 160 * Set the Register button active when screenname is not given.
161 * 161 *
162 * Gadu-Gadu doesn't need a screenname to register new account. 162 * Gadu-Gadu doesn't need a screenname to register new account.
163 */ 163 */
164 OPT_PROTO_REGISTER_NOSCREENNAME = 0x00000200, 164 OPT_PROTO_REGISTER_NOSCREENNAME = 0x00000200,
165
166 /**
167 * Chats use the display name for "my" nickname.
168 *
169 * IRC uses the user's current nickname in the chat list, not the
170 * username that's been setup for the account.
171 */
172 OPT_PROTO_USE_DISPLAY_NAME_FOR_ME_IN_CHATS = 0x00000400
173 165
174 } GaimProtocolOptions; 166 } GaimProtocolOptions;
175 167
176 /** 168 /**
177 * A protocol plugin information structure. 169 * A protocol plugin information structure.