mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 20:43:08 +00:00
Merge pull request #2071 from thelounge/xpaw/outgoing_addr
Fix bind not being passed to irc-framework
This commit is contained in:
commit
5669cf40db
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue