From 0e45fbdf5534861a9fa991a2aac601f5744f62db Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 19 Sep 2017 21:15:41 -0700 Subject: [PATCH] Revert "faq: add a note regarding #497 (bans and modes blocking clientbot from relaying)" This reverts commit 7ae22dc848a3dc4988daa67fc1cd095dc5511c49. --- docs/faq.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 25e404d..1218a50 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -66,10 +66,6 @@ However, if the nick mentioned is legal on IRC, this issue is likely caused by a Load the `relay_clientbot` plugin. https://github.com/GLolol/PyLink/blob/e1fab8c/example-conf.yml#L303-L306 -Also, make sure that nothing is blocking the Clientbot from actually sending text, such as blockcolor/regmoderated modes or bans. Temporarily setting the PyLink log level to DEBUG can assist in debugging. - -Future PyLink versions will have better handling for these errors; see https://github.com/GLolol/PyLink/issues/497. - ### Relay is occasionally dropping users from channels! This usually indicates a serious bug in either Relay or PyLink's protocol modules, and should be reported as an issue. When asking for help, please state which IRCds your PyLink instance is linking to: specifically, which IRCd the missing users are *from* and which IRCd the users are missing *on*. Also, be prepared to send debug logs as you reproduce the issue!