mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-22 03:49:27 +01:00
make operators hidden by default in default.yaml
This commit is contained in:
parent
2038763e10
commit
0713d040be
15
default.yaml
15
default.yaml
@ -653,16 +653,15 @@ opers:
|
|||||||
# which capabilities this oper has access to
|
# which capabilities this oper has access to
|
||||||
class: "server-admin"
|
class: "server-admin"
|
||||||
|
|
||||||
# custom whois line
|
# traditionally, operator status is visible to unprivileged users in
|
||||||
|
# WHO and WHOIS responses. this can be disabled with 'hidden'.
|
||||||
|
hidden: true
|
||||||
|
|
||||||
|
# custom whois line (if `hidden` is enabled, visible only to other operators)
|
||||||
whois-line: is the server administrator
|
whois-line: is the server administrator
|
||||||
|
|
||||||
# custom hostname
|
# custom hostname (ignored if `hidden` is enabled)
|
||||||
vhost: "staff"
|
#vhost: "staff"
|
||||||
|
|
||||||
# normally, operator status is visible to unprivileged users in WHO and WHOIS
|
|
||||||
# responses. this can be disabled with 'hidden'. ('hidden' also causes the
|
|
||||||
# 'vhost' line above to be ignored.)
|
|
||||||
hidden: false
|
|
||||||
|
|
||||||
# modes are modes to auto-set upon opering-up. uncomment this to automatically
|
# modes are modes to auto-set upon opering-up. uncomment this to automatically
|
||||||
# enable snomasks ("server notification masks" that alert you to server events;
|
# enable snomasks ("server notification masks" that alert you to server events;
|
||||||
|
@ -626,17 +626,16 @@ opers:
|
|||||||
# which capabilities this oper has access to
|
# which capabilities this oper has access to
|
||||||
class: "server-admin"
|
class: "server-admin"
|
||||||
|
|
||||||
# custom whois line
|
# traditionally, operator status is visible to unprivileged users in
|
||||||
|
# WHO and WHOIS responses. this can be disabled with 'hidden'.
|
||||||
|
hidden: false
|
||||||
|
|
||||||
|
# custom whois line (if `hidden` is enabled, visible only to other operators)
|
||||||
whois-line: is the server administrator
|
whois-line: is the server administrator
|
||||||
|
|
||||||
# custom hostname
|
# custom hostname (ignored if `hidden` is enabled)
|
||||||
vhost: "staff"
|
vhost: "staff"
|
||||||
|
|
||||||
# normally, operator status is visible to unprivileged users in WHO and WHOIS
|
|
||||||
# responses. this can be disabled with 'hidden'. ('hidden' also causes the
|
|
||||||
# 'vhost' line above to be ignored.)
|
|
||||||
hidden: false
|
|
||||||
|
|
||||||
# modes are modes to auto-set upon opering-up. uncomment this to automatically
|
# modes are modes to auto-set upon opering-up. uncomment this to automatically
|
||||||
# enable snomasks ("server notification masks" that alert you to server events;
|
# enable snomasks ("server notification masks" that alert you to server events;
|
||||||
# see `/quote help snomasks` while opered-up for more information):
|
# see `/quote help snomasks` while opered-up for more information):
|
||||||
|
Loading…
Reference in New Issue
Block a user