More things

This commit is contained in:
hydrabolt
2015-11-15 14:21:22 +00:00
parent 68ac437ef0
commit fbd922e557
9 changed files with 65 additions and 2 deletions

View File

@@ -101,6 +101,10 @@ var ServerChannel = (function (_Channel) {
return this.name;
};
ServerChannel.prototype.setName = function setName() {
return this.client.setChannelName.apply(this.client, reg(this, arguments));
};
return ServerChannel;
})(Channel);