]> jfr.im git - irc/freenode/web-7.0.git/blame - content/kb/sasl/chatzilla.md
add description of default user modes
[irc/freenode/web-7.0.git] / content / kb / sasl / chatzilla.md
CommitLineData
46e25db6 1Title: Configuring SASL for Chatzilla
2---
3This script is by Gryllida, for the [ChatZilla add-on <i class="fa fa-external-link" aria-hidden="true"></i>](https://addons.mozilla.org/addon/16 ) to Firefox.
4
93b35dff
C
51. Install [the cz_sasl script](static/files/cz_sasl.js) as you would any other script, following the [instructions here <i class="fa fa-external-link" aria-hidden="true"></i>](http://chatzilla.hacksrus.com/faq/#install-script)
62. Enter `/plugin-pref cz_sasl`
73. Enter `/plugin-pref cz_sasl sasl.username YOUR_USERNAME` replacing `YOUR_USERNAME` with your registered nickname
84. Enter `/plugin-pref cz_sasl sasl.password YOUR_PASSWORD` replacing `YOUR_PASSWORD` with your NickServ password
95. If you want to continue connecting when SASL authentication fails, enter `/plugin-pref cz_sasl sasl.proceed_on_fail true`
46e25db6 10
93b35dff 11If everything has been configured correctly, the next time you connect you should see the message "SASL authentication successful".