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