--- a/libpurple/protocols/irc/parse.c Mon Jan 20 09:17:46 2014 -0800 +++ b/libpurple/protocols/irc/parse.c Tue Jan 21 21:19:04 2014 -0500 @@ -69,6 +69,7 @@ { "318", "nt:", 2, irc_msg_endwhois }, /* End of WHOIS */ { "319", "nn:", 3, irc_msg_whois }, /* Whois channels */ { "320", "nn:", 2, irc_msg_whois }, /* Whois (fn ident) */ + { "330", "nnv:", irc_msg_whois }, /* Whois (fn login) */ { "314", "nnnvv:", 6, irc_msg_whois }, /* Whowas user */ { "315", "nt:", 0, irc_msg_who }, /* end of WHO channel */ { "369", "nt:", 2, irc_msg_endwhois }, /* End of WHOWAS */