Bug 117285 - add +s handling to getModeStr

r=rginda
not in the build
This commit is contained in:
samuel%sieb.net 2001-12-29 03:58:23 +00:00
Родитель b7f3bfec83
Коммит c1a2f0d114
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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)