tmp commit
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user