1
0
mirror of https://github.com/minetest-mods/irc.git synced 2025-06-29 22:50:32 +02:00

Rename SASLPass and SASLUser settings to sasl.pass and sasl.user

This commit is contained in:
ShadowNinja
2014-05-15 20:51:29 -04:00
parent ed20a55899
commit e87d2e5bf2
3 changed files with 8 additions and 8 deletions

View File

@ -56,12 +56,12 @@ are not set, the default value is used.
* `irc.NSPass` (string, default nil)
NickServ password. Don't use this if you use SASL authentication.
* `irc.SASLPass` (string, default nil)
* `irc.sasl.pass` (string, default nil)
SASL password, same as nickserv password.
You should use this instead of NickServ authentication
if the server supports it.
* `irc.SASLUser` (string, default irc.nick)
* `irc.sasl.user` (string, default `irc.nick`)
The SASL username. This should normaly be set to your main NickServ account name.
* `irc.debug` (boolean, default false)