Mercurial > pidgin
changeset 21686:280f622cb9b0
Allow for non-ASCII usernames in WHOWAS for IRC
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Thu, 29 Nov 2007 15:47:24 +0000 |
parents | b08d0296ab88 |
children | 3f87c3265740 882ac6616de9 |
files | libpurple/protocols/irc/parse.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/irc/parse.c Wed Nov 28 19:14:26 2007 +0000 +++ b/libpurple/protocols/irc/parse.c Thu Nov 29 15:47:24 2007 +0000 @@ -64,7 +64,7 @@ { "318", "nt:", irc_msg_endwhois }, /* End of WHOIS */ { "319", "nn:", irc_msg_whois }, /* Whois channels */ { "320", "nn:", irc_msg_whois }, /* Whois (fn ident) */ - { "314", "nnvvv:", irc_msg_whois }, /* Whowas user */ + { "314", "nnnvv:", irc_msg_whois }, /* Whowas user */ { "369", "nt:", irc_msg_endwhois }, /* End of WHOWAS */ { "321", "*", irc_msg_list }, /* Start of list */ { "322", "ncv:", irc_msg_list }, /* List. */