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

@@ -62,6 +62,10 @@ class ServerChannel extends Channel{
toString(){
return this.name;
}
setName(){
return this.client.setChannelName.apply(this.client, reg(this, arguments));
}
}
module.exports = ServerChannel;