comparison libpurple/protocols/irc/irc.h @ 22958:f1dfc0d70d19

Fix irc nick collision handling, as requested by that demanding user elb. Now we append the extra digit, unless the server responds with a shorter nick than we requested, in which case we just change the last digit as before.
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 15 May 2008 15:22:04 +0000
parents ef4ac2a83e1c
children dc359ea9eb9a
comparison
equal deleted inserted replaced
22957:a84b748c4c1e 22958:f1dfc0d70d19
86 guint writeh; 86 guint writeh;
87 87
88 time_t recv_time; 88 time_t recv_time;
89 89
90 char *mode_chars; 90 char *mode_chars;
91 char *reqnick;
92 gboolean nickused;
91 }; 93 };
92 94
93 struct irc_buddy { 95 struct irc_buddy {
94 char *name; 96 char *name;
95 gboolean online; 97 gboolean online;