From 01dc2505e2c2aff9ca0a30a22bca63eed220287f Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 30 Jul 2017 07:57:05 -0500 Subject: [PATCH] faq: remove obsolete note about clientbot support The answer is fairly obvious now, and it's even mentioned in the readme. --- docs/faq.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index ce6658d..3160955 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -12,10 +12,6 @@ You must use SPACES and not tabs in your configuration! (`\t` is the escaped cod 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) -### Does PyLink support Clientbot relay like Janus? - -Yes. However, Clientbot support is in alpha stages as of PyLink 0.10 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