From e037b927f841f04a12002e23a37dd9e6ef850c27 Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 26 Jun 2018 14:44:56 -0700 Subject: [PATCH] adv-relay-conf: fix reference to wrong relay version $mode_prefix in particular was only added in 2.x. [skip ci] --- docs/advanced-relay-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/advanced-relay-config.md b/docs/advanced-relay-config.md index 2d85cf0..b43aec4 100644 --- a/docs/advanced-relay-config.md +++ b/docs/advanced-relay-config.md @@ -14,9 +14,9 @@ a: ### Custom Clientbot Styles -Custom Clientbot styles can be applied for any of Clientbot's supported events, by defining keys in the format `relay::clientbot_styles::`. As of 2.0-alpha4, you can also set this per-network by defining options in the form `servers::::relay_clientbot_styles::` (Note: defining Clientbot styles locally will override the global `clientbot_styles` block and cause all values under it to be ignored for that network). +Custom Clientbot styles can be applied for any of Clientbot's supported events, by defining keys in the format `relay::clientbot_styles::`. As of 2.0-beta1, you can also set this per-network by defining options in the form `servers::::relay_clientbot_styles::` (Note: defining Clientbot styles locally will override the global `clientbot_styles` block and cause all values under it to be ignored for that network). -See below for a list of supported events and their default values (as of 1.3.0). +See below for a list of supported events and their default values (as of 2.0-beta1). A common use case for this feature is to turn off or adjust colors/formatting; this is explicitly documented [below](#disabling-colorscontrol-codes).