Bug 1012666 - Fix up checking if IRC topics are settable: fix typo causing bustage. r=clokep a=DONTBUILD chat-only regression fix on CLOSED TREE
This commit is contained in:
Родитель
e462c95001
Коммит
92763edb9c
|
@ -540,7 +540,7 @@ ircChannel.prototype = {
|
|||
},
|
||||
get topicSettable() {
|
||||
// We must be in the room to set the topic.
|
||||
if (!this.left)
|
||||
if (this.left)
|
||||
return false;
|
||||
|
||||
// If the channel mode is +t, hops and ops can set the topic; otherwise
|
||||
|
|
Загрузка…
Ссылка в новой задаче