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,
|
gecos: network.realname,
|
||||||
password: network.password,
|
password: network.password,
|
||||||
tls: network.tls,
|
tls: network.tls,
|
||||||
localAddress: config.bind,
|
outgoing_addr: config.bind,
|
||||||
rejectUnauthorized: false,
|
rejectUnauthorized: false,
|
||||||
enable_chghost: true,
|
enable_chghost: true,
|
||||||
enable_echomessage: true,
|
enable_echomessage: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user