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