mirror of
https://github.com/minetest-mods/irc.git
synced 2025-07-12 21:00:25 +02:00
Fix typo in connect.
This caused bot to fail to connect to servers protected with passwords. Reported by reactor.
This commit is contained in:
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
|
||||
})
|
||||
|
Reference in New Issue
Block a user