kike: document the "operators" setting usefully

Now our user just needs to be able to guess that it's a hex string.
This commit is contained in:
Přemysl Eric Janouch 2020-10-28 23:51:52 +01:00
parent 8429995cb6
commit 132e4a38b8
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

2
kike.c
View File

@ -47,7 +47,7 @@ static struct simple_config_item g_config_table[] =
{ "tls_key", NULL, "Server TLS private key (PEM)" },
{ "tls_ciphers", DEFAULT_CIPHERS, "OpenSSL cipher list" },
{ "operators", NULL, "IRCop TLS cert. fingerprints" },
{ "operators", NULL, "IRCop TLS client cert. SHA-1 fingerprints" },
{ "max_connections", "0", "Global connection limit" },
{ "ping_interval", "180", "Interval between PINGs (sec)" },