зеркало из https://github.com/mozilla/gecko-dev.git
Bug 117285 - add +s handling to getModeStr
r=rginda not in the build
This commit is contained in:
Родитель
b7f3bfec83
Коммит
c1a2f0d114
|
@ -1813,6 +1813,8 @@ function chan_modestr (f)
|
|||
str += "n";
|
||||
if (!this.publicTopic)
|
||||
str += "t";
|
||||
if (this.secret)
|
||||
str += "s";
|
||||
if (this.pvt)
|
||||
str += "p";
|
||||
if (this.key)
|
||||
|
|
Загрузка…
Ссылка в новой задаче