Skip to content

Commit

Permalink
Update clientapi.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Madriix committed Jan 15, 2024
1 parent f05f419 commit e5d70a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/clientapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ new Irc.Client({
});
~~~

##### Configuration
######SASL
Small clarification regarding SASL: to disable it completely, do not remove the entire `account { account: '', password: '' }` section, as it is still checked if the PASS exists even if it should not be used for SASL. To disable SASL, simply leave `account { }` and remove the 'account' and 'password' inside.


#### Properties
##### `.connected`
Expand Down

0 comments on commit e5d70a2

Please sign in to comment.