зеркало из https://github.com/mozilla/pjs.git
Bug 297417 - Fix whois on international nicknames.
ChatZilla only. p=gijskruitbosch+bugs@gmail.com (Gijs "Hannibal" Kruitbosch) r=silver@warwickcompsoc.co.uk a=asa
This commit is contained in:
Родитель
5db55885e3
Коммит
ce97963f3c
|
@ -3018,7 +3018,7 @@ function usr_ctcp (code, msg, type)
|
||||||
CIRCUser.prototype.whois =
|
CIRCUser.prototype.whois =
|
||||||
function usr_whois ()
|
function usr_whois ()
|
||||||
{
|
{
|
||||||
this.parent.whois(this.encodedName);
|
this.parent.whois(this.unicodeName);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Загрузка…
Ссылка в новой задаче