Channel.prototype.say = function (msg) {
    this.client.send(this.getName(), msg, this.network);
};