3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-23 19:19:31 +01:00

faq: reformat, add "one-way clientbot" issue

This commit is contained in:
James Lu 2016-08-14 11:34:25 -07:00
parent e1fab8c153
commit 2d89fd44cd

View File

@ -10,6 +10,10 @@ InterJanus-style links between PyLink daemons are not supported yet; see https:/
Yes, starting with PyLink 0.10. Clientbot support is in alpha stages and is far from complete: [Clientbot TODO](https://github.com/GLolol/PyLink/issues?q=is%3Aissue+is%3Aopen+label%3Aprotocols%2Fclientbot).
### Clientbot doesn't relay both ways!
Load the `relay_clientbot` plugin. https://github.com/GLolol/PyLink/blob/e1fab8c/example-conf.yml#L303-L306
### What are PyLink Relay's benefits over Janus?
In no particular order:
@ -25,4 +29,5 @@ In no particular order:
PyLink does not support inbound connections - much like regular services such as Atheme or Anope, it only connects outwards *to* IRCds. (If you don't understand what this means, it means you should turn autoconnect OFF for PyLink)
### I get errors like "ImportError: No module named 'yaml'" when I start PyLink
- You are missing dependencies - re-read https://github.com/GLolol/PyLink#dependencies
You are missing dependencies - re-read https://github.com/GLolol/PyLink#dependencies