Archived
1
0
This commit is contained in:
Jeff Becker 2016-07-10 07:07:36 -04:00
parent 671db6e483
commit 35ff3759f4
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -857,11 +857,6 @@ ConvoBar.prototype.show = function(msgid) {
function Chat(domElem, channel, options) {
var self = this;
this.name = channel.toLowerCase();
if (this.name == "") {
this.name = "ukko";
} else {
this.name = "overchan." + this.name;
}
this.domElem = domElem;
this.lastOp = null;
if (options) {