diff --git a/docs/clientapi.md b/docs/clientapi.md index 5bd37a3f..397d3aab 100644 --- a/docs/clientapi.md +++ b/docs/clientapi.md @@ -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`