]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - content/kb/sasl/chatzilla.md
Re-order chatzilla.md and re-add content, fixes #243 (#248)
[irc/freenode/web-7.0.git] / content / kb / sasl / chatzilla.md
index 5766a32640eac5a8a9b140a42f083c9b9322be43..e41ec6809bb71851a07c7d8d9612d87419ce1db1 100644 (file)
@@ -2,9 +2,10 @@ Title: Configuring SASL for Chatzilla
 ---
 This 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.
 
-1. Install [cz_sasl.js <i class="fa fa-external-link" aria-hidden="true"></i>](http://freenode-dev.net/sasl/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).
-2. Enter the commands below. Replace `YOUR_USERNAME` with your registered nickname and `YOUR_PASSWORD` with your NickServ password.
-3. If you want to continue connecting when SASL authentication fails, enter: `/plugin-pref cz_sasl sasl.proceed_on_fail true`
-4. If everything has been configured correctly, the next time you connect you should see the message:
+1. 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)
+2. Enter `/plugin-pref cz_sasl`
+3. Enter `/plugin-pref cz_sasl sasl.username YOUR_USERNAME` replacing `YOUR_USERNAME` with your registered nickname
+4. Enter `/plugin-pref cz_sasl sasl.password YOUR_PASSWORD` replacing `YOUR_PASSWORD` with your NickServ password
+5. If you want to continue connecting when SASL authentication fails, enter `/plugin-pref cz_sasl sasl.proceed_on_fail true`
 
-`SASL authentication successful`
+If everything has been configured correctly, the next time you connect you should see the message "SASL authentication successful".