1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 01:43:12 +02:00

Update help.conf

Adjust some examples to use the 'named' extended bans from UnrealIRCd 6
This commit is contained in:
PeGaSuS
2022-12-12 09:39:24 +01:00
committed by Bram Matthys
parent 4992804f4e
commit 9f8dc9be40
+10 -8
View File
@@ -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 ~<flag>:<mask> <bantypes> <expire-time> <reason>";
" 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 <flags> 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 ~<flag>:<mask>";
" Example: TLINE ~a:0";
" Example: TLINE ~account:0";
" Supported <flags> 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 {