зеркало из https://github.com/mozilla/gecko-dev.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:
Родитель
efaefc80ee
Коммит
e115aab35d
|
@ -3018,7 +3018,7 @@ function usr_ctcp (code, msg, type)
|
|||
CIRCUser.prototype.whois =
|
||||
function usr_whois ()
|
||||
{
|
||||
this.parent.whois(this.encodedName);
|
||||
this.parent.whois(this.unicodeName);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче