comparison src/protocols/oscar/aim.h @ 4908:fd0a760786c5

[gaim-migrate @ 5242] Someone remind me when I'm not busy to fix this the right way. or someone else fix this the right way. Oh, and I'm alive again. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 29 Mar 2003 05:03:45 +0000
parents ad589b887af9
children ac9ca88d4b25
comparison
equal deleted inserted replaced
4907:68e2b07ef8d7 4908:fd0a760786c5
82 * Current Maximum Length for Screen Names (not including NULL) 82 * Current Maximum Length for Screen Names (not including NULL)
83 * 83 *
84 * Currently only names up to 16 characters can be registered 84 * Currently only names up to 16 characters can be registered
85 * however it is aparently legal for them to be larger. 85 * however it is aparently legal for them to be larger.
86 */ 86 */
87 #define MAXSNLEN 32 87 #define MAXSNLEN 97
88 88
89 /* 89 /*
90 * Current Maximum Length for Instant Messages 90 * Current Maximum Length for Instant Messages
91 * 91 *
92 * This was found basically by experiment, but not wholly 92 * This was found basically by experiment, but not wholly