]> jfr.im git - solanum.git/commitdiff
Add hide_tkdline_duration to documentation .confs
authorEd Kellett <redacted>
Tue, 31 Dec 2019 01:50:24 +0000 (01:50 +0000)
committerEd Kellett <redacted>
Tue, 31 Dec 2019 01:56:05 +0000 (01:56 +0000)
doc/ircd.conf.example
doc/reference.conf

index 52f8aa159cb4115b8fe5b7a05ed65f6bad27d5ca..928cbc44d9f7b978f36ea664345649b36e038770 100644 (file)
@@ -580,6 +580,7 @@ general {
        global_snotices = yes;
        dline_with_reason = yes;
        kline_with_reason = yes;
+       hide_tkdline_duration = no;
        kline_reason = "K-Lined";
        identify_service = "NickServ@services.int";
        identify_command = "IDENTIFY";
index 8766ebe8186aa0e3e71b8427443d753c41c65c02..592380af04f32550fd817842403f59233b456a69 100644 (file)
@@ -1178,6 +1178,11 @@ general {
         */
        kline_with_reason = yes;
 
+       /* tkline duration: when showing users their k/dline reason (see
+        * kline_with_reason), don't add "Temporary K-line 123 min."
+        */
+       hide_tkdline_duration = no;
+
        /* kline reason: make the users quit message on channels this
         * reason instead of the oper's reason.
         */