Browse Source

make operators hidden by default in default.yaml

tags/v2.9.0-rc1
Shivaram Lingamneni 2 years ago
parent
commit
0713d040be
2 changed files with 13 additions and 15 deletions
  1. 7
    8
      default.yaml
  2. 6
    7
      traditional.yaml

+ 7
- 8
default.yaml View File

@@ -653,16 +653,15 @@ opers:
653 653
         # which capabilities this oper has access to
654 654
         class: "server-admin"
655 655
 
656
-        # custom whois line
657
-        whois-line: is the server administrator
656
+        # traditionally, operator status is visible to unprivileged users in
657
+        # WHO and WHOIS responses. this can be disabled with 'hidden'.
658
+        hidden: true
658 659
 
659
-        # custom hostname
660
-        vhost: "staff"
660
+        # custom whois line (if `hidden` is enabled, visible only to other operators)
661
+        whois-line: is the server administrator
661 662
 
662
-        # normally, operator status is visible to unprivileged users in WHO and WHOIS
663
-        # responses. this can be disabled with 'hidden'. ('hidden' also causes the
664
-        # 'vhost' line above to be ignored.)
665
-        hidden: false
663
+        # custom hostname (ignored if `hidden` is enabled)
664
+        #vhost: "staff"
666 665
 
667 666
         # modes are modes to auto-set upon opering-up. uncomment this to automatically
668 667
         # enable snomasks ("server notification masks" that alert you to server events;

+ 6
- 7
traditional.yaml View File

@@ -626,17 +626,16 @@ opers:
626 626
         # which capabilities this oper has access to
627 627
         class: "server-admin"
628 628
 
629
-        # custom whois line
629
+        # traditionally, operator status is visible to unprivileged users in
630
+        # WHO and WHOIS responses. this can be disabled with 'hidden'.
631
+        hidden: false
632
+
633
+        # custom whois line (if `hidden` is enabled, visible only to other operators)
630 634
         whois-line: is the server administrator
631 635
 
632
-        # custom hostname
636
+        # custom hostname (ignored if `hidden` is enabled)
633 637
         vhost: "staff"
634 638
 
635
-        # normally, operator status is visible to unprivileged users in WHO and WHOIS
636
-        # responses. this can be disabled with 'hidden'. ('hidden' also causes the
637
-        # 'vhost' line above to be ignored.)
638
-        hidden: false
639
-
640 639
         # modes are modes to auto-set upon opering-up. uncomment this to automatically
641 640
         # enable snomasks ("server notification masks" that alert you to server events;
642 641
         # see `/quote help snomasks` while opered-up for more information):

Loading…
Cancel
Save