comparison libpurple/protocols/irc/irc.h @ 26346:c67bf2e1e6c0

Handle multiple 319 (channels joined) messages for IRC WHOIS. This additionally fixes a leak when multiple 319 messages were received. Fixes #8827
author Ethan Blanton <elb@pidgin.im>
date Tue, 31 Mar 2009 01:08:29 +0000
parents c204239bef48
children f9cf1e14838b
comparison
equal deleted inserted replaced
26345:5e5494482f01 26346:c67bf2e1e6c0
70 char *away; 70 char *away;
71 char *userhost; 71 char *userhost;
72 char *name; 72 char *name;
73 char *server; 73 char *server;
74 char *serverinfo; 74 char *serverinfo;
75 char *channels; 75 GString *channels;
76 int ircop; 76 int ircop;
77 int identified; 77 int identified;
78 int idle; 78 int idle;
79 time_t signon; 79 time_t signon;
80 } whois; 80 } whois;