Add hide_tkdline_duration to documentation .confs
This commit is contained in:
parent
9914c013b4
commit
6292d72bbf
2 changed files with 6 additions and 0 deletions
|
@ -580,6 +580,7 @@ general {
|
||||||
global_snotices = yes;
|
global_snotices = yes;
|
||||||
dline_with_reason = yes;
|
dline_with_reason = yes;
|
||||||
kline_with_reason = yes;
|
kline_with_reason = yes;
|
||||||
|
hide_tkdline_duration = no;
|
||||||
kline_reason = "K-Lined";
|
kline_reason = "K-Lined";
|
||||||
identify_service = "NickServ@services.int";
|
identify_service = "NickServ@services.int";
|
||||||
identify_command = "IDENTIFY";
|
identify_command = "IDENTIFY";
|
||||||
|
|
|
@ -1178,6 +1178,11 @@ general {
|
||||||
*/
|
*/
|
||||||
kline_with_reason = yes;
|
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
|
/* kline reason: make the users quit message on channels this
|
||||||
* reason instead of the oper's reason.
|
* reason instead of the oper's reason.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue