Fix bind not being passed to irc-framework

This commit is contained in:
Pavel Djundik 2018-02-18 13:07:24 +02:00 committed by GitHub
parent 735393fb03
commit f92aeceb22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -276,7 +276,7 @@ Client.prototype.connect = function(args) {
gecos: network.realname,
password: network.password,
tls: network.tls,
localAddress: config.bind,
outgoing_addr: config.bind,
rejectUnauthorized: false,
enable_chghost: true,
enable_echomessage: true,