CONFIG.md in protonbot-0.1.3 vs CONFIG.md in protonbot-0.2.0
- old
+ new
@@ -18,10 +18,12 @@
'encoding' => 'koi-8r',
'cmdchar' => '%',
'autojoin' => ['#protonbot'],
'ssl' => true, # This is how you can use SSL
'ssl_crt' => './server2.crt',
- 'ssl_key' => './server2.key'
+ 'ssl_key' => './server2.key',
+ 'sasl' => true, # This is how you can use SASL authentication. You also MUST provide `pass` variable
+ 'sasl_user' => 'your_SASL_username' # For example, name of NickServ account
}
}
}
```