tmp commit

This commit is contained in:
Flummi
2018-03-13 10:55:01 +01:00
parent 7e704f9dc2
commit b62a4c081c
4 changed files with 44 additions and 13 deletions

View File

@@ -120,7 +120,8 @@ export class irc extends EventEmitter {
join: chan => this.join(chan),
part: (chan, msg) => this.part(chan, msg),
whois: user => this.whois(user),
write: msg => this.send(msg)
write: msg => this.send(msg),
socket: this.socket
};
}
join(channel) {