Browse Source

disable snomasks by default

See #1309
tags/v2.4.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
e69c6659b1
2 changed files with 8 additions and 4 deletions
  1. 4
    2
      conventional.yaml
  2. 4
    2
      default.yaml

+ 4
- 2
conventional.yaml View File

@@ -607,8 +607,10 @@ opers:
607 607
         # 'vhost' line above to be ignored.)
608 608
         hidden: false
609 609
 
610
-        # modes are the modes to auto-set upon opering-up
611
-        modes: +is acjknoqtuxv
610
+        # modes are modes to auto-set upon opering-up. uncomment this to automatically
611
+        # enable snomasks ("server notification masks" that alert you to server events;
612
+        # see `/quote help snomasks` while opered-up for more information):
613
+        #modes: +is acjknoqtuxv
612 614
 
613 615
         # operators can be authenticated either by password (with the /OPER command),
614 616
         # or by certificate fingerprint, or both. if a password hash is set, then a

+ 4
- 2
default.yaml View File

@@ -635,8 +635,10 @@ opers:
635 635
         # 'vhost' line above to be ignored.)
636 636
         hidden: false
637 637
 
638
-        # modes are the modes to auto-set upon opering-up
639
-        modes: +is acjknoqtuxv
638
+        # modes are modes to auto-set upon opering-up. uncomment this to automatically
639
+        # enable snomasks ("server notification masks" that alert you to server events;
640
+        # see `/quote help snomasks` while opered-up for more information):
641
+        #modes: +is acjknoqtuxv
640 642
 
641 643
         # operators can be authenticated either by password (with the /OPER command),
642 644
         # or by certificate fingerprint, or both. if a password hash is set, then a

Loading…
Cancel
Save