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 {