From a425015c13cc3133ac67a11d402f2ef8a899e5a4 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 6 May 2018 11:44:18 -0700 Subject: [PATCH] faq: link to the new Disabling Colors/Control Codes section in adv-relay-config (cherry picked from commit 0ce80f0edec5ed5637f482c402b2e4ab6fa59a23) --- docs/faq.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 5484c9d..0d8e4c2 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -85,6 +85,9 @@ 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 +### How do I turn off colors in Clientbot? +See https://github.com/GLolol/PyLink/blob/master/docs/advanced-relay-config.md#custom-clientbot-styles, especially the section "Disabling Colors/Control Codes". + ### 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!