]> jfr.im git - irc/freenode/solanum.git/commitdiff
Document general::stats_l_oper_only
authorEd Kellett <redacted>
Sun, 8 Nov 2020 17:40:01 +0000 (17:40 +0000)
committerEd Kellett <redacted>
Sun, 8 Nov 2020 19:38:19 +0000 (19:38 +0000)
doc/reference.conf

index 1d2fdc947e116ba7d8af963694995ae917215c8a..5831c8f6e98a479f18e94d34fc8655e00e9bd8b0 100644 (file)
@@ -1218,6 +1218,13 @@ general {
         */
        stats_k_oper_only = masked;
 
+       /* stats l/L oper only:
+        *     yes:  non-opers can't use this at all
+        *     self: non-opers see only themselves
+        *     no:   show targeted users or non-hidden opers to everyone
+        */
+       stats_l_oper_only = self;
+
        /* map oper only: make /map oper only */
        map_oper_only = no;