Merge pull request #2071 from thelounge/xpaw/outgoing_addr

Fix bind not being passed to irc-framework
This commit is contained in:
Jérémie Astori 2018-02-18 11:21:10 -05:00 committed by GitHub
commit 5669cf40db
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,