forked from minetest-mods/irc
Fix typo in connect.
This caused bot to fail to connect to servers protected with passwords. Reported by reactor.
This commit is contained in:
parent
706a6fbe27
commit
56a5de4a91
2
init.lua
2
init.lua
@ -80,7 +80,7 @@ function irc:connect()
|
||||
self.conn:connect({
|
||||
host = self.config.server,
|
||||
port = self.config.port,
|
||||
pass = self.config.password,
|
||||
password = self.config.password,
|
||||
timeout = self.config.timeout,
|
||||
secure = self.config.secure
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user