Fix bind not being passed to irc-framework
This commit is contained in:
parent
735393fb03
commit
f92aeceb22
@ -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 New Issue
Block a user