Revert "Applied the updated docs changes in line with the upcoming blog post."

This reverts commit 1773fa8d19.
This commit is contained in:
Ailin Nemui 2021-09-01 13:37:17 +02:00
commit 1a30e646d9
23 changed files with 65 additions and 73 deletions

View file

@ -68,7 +68,7 @@
<p>And to connect to one of those networks and join a channel:</p>
<div><div><pre><code>/CONNECT ExampleNet
<div><div><pre><code>/CONNECT Freenode
/JOIN #irssi
</code></pre></div></div>
@ -94,7 +94,7 @@
<p>If you have irssi 0.8.18 or higher and the irc network supports it, you can use SASL instead of nickserv, which is more reliable:</p>
<div><div><pre><code>/NETWORK ADD -sasl_username yourname -sasl_password yourpassword -sasl_mechanism PLAIN ExampleNet
<div><div><pre><code>/NETWORK ADD -sasl_username yourname -sasl_password yourpassword -sasl_mechanism PLAIN Freenode
</code></pre></div></div>
<p>These commands have many more options, see their help for details:</p>