From 9f8dc9be4012608a6c0c1345c79bb8a03f5201e8 Mon Sep 17 00:00:00 2001 From: PeGaSuS Date: Mon, 12 Dec 2022 09:39:24 +0100 Subject: [PATCH] Update help.conf Adjust some examples to use the 'named' extended bans from UnrealIRCd 6 --- doc/conf/help/help.conf | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/conf/help/help.conf b/doc/conf/help/help.conf index b066f5de9..5bdf678a0 100644 --- a/doc/conf/help/help.conf +++ b/doc/conf/help/help.conf @@ -992,12 +992,14 @@ help Eline { " ==------------------------------------------------------------------------------=="; " -"; " Extended server bans (more info at https://www.unrealircd.org/docs/Extended_server_bans)"; + " UnrealIRCd 6 uses 'named' extended server bans by default: ~account:SomeAccount"; + " while previous versions use 'letter' extended server bans: ~a:SomeAccount"; " Syntax: ELINE ~: "; - " Example: ELINE ~S:1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef kGF 0 Trusted user with this certificate fingerprint"; + " Example: ELINE ~certfp:1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef kGF 0 Trusted user with this certificate fingerprint"; " Supported are:"; - " a - Services account name"; - " r - gecos/realname string"; - " S - SSL/TLS client certificate fingerprint"; + " account - Services account name"; + " realname - gecos/realname string"; + " certfp - SSL/TLS client certificate fingerprint"; } help Tline { @@ -1008,11 +1010,11 @@ help Tline { " -"; " Extended server bans (more info at https://www.unrealircd.org/docs/Extended_server_bans)"; " Syntax: TLINE ~:"; - " Example: TLINE ~a:0"; + " Example: TLINE ~account:0"; " Supported are:"; - " a - Services account name"; - " r - gecos/realname string"; - " S - SSL/TLS client certificate fingerprint"; + " account - Services account name"; + " realname - gecos/realname string"; + " certfp - SSL/TLS client certificate fingerprint"; } help Rehash {