auto up 00:48:24 up 0:56, 2 users, load average: 0.84, 1.94, 1.86

This commit is contained in:
2025-11-02 00:48:26 +01:00
parent 1aab8e3bc0
commit da1ba40562
4 changed files with 8 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ nick_mode = prefix
nick_mode_empty = off nick_mode_empty = off
nicks_hide_password = "nickserv" nicks_hide_password = "nickserv"
notice_as_pv = auto notice_as_pv = auto
notice_nicks_disable_notify = "chanserv,nickserv"
notice_welcome_redirect = on notice_welcome_redirect = on
notice_welcome_tags = "" notice_welcome_tags = ""
notify_tags_ison = "notify_message" notify_tags_ison = "notify_message"

View File

@@ -62,6 +62,8 @@ backlog_time_format = "[%H:%M] "
remote_autoreconnect_delay_growing = 2 remote_autoreconnect_delay_growing = 2
remote_autoreconnect_delay_max = 600 remote_autoreconnect_delay_max = 600
remote_get_lines = 1000 remote_get_lines = 1000
remote_input_cmd_local = " ${color:green}<local cmd>"
remote_input_cmd_remote = " ${color:red}<remote cmd>"
[port] [port]

View File

@@ -17,4 +17,4 @@ salt = on
[data] [data]
__passphrase__ = on __passphrase__ = on
libera_password = "A4AE45D22CFB0C1925758BD65F1EC012311404966DFCFDB714E0150D3F17E867AB969A616A06BDF9F7F5B7443249552EF3B613D8F40AECE9D164" libera_password = "B0880AFBE996D9870D77AFB8160D7949A56A4903CDAFF670A8ED66232CCE98D5561BC45D60F7DBF9E974E63E5A9486234C3E32632366BDD1A81B"

View File

@@ -138,8 +138,10 @@ scroll_page_percent = 100
search_text_not_found_alert = on search_text_not_found_alert = on
separator_horizontal = "-" separator_horizontal = "-"
separator_vertical = "" separator_vertical = ""
tab_whitespace_char = "→"
tab_width = 1 tab_width = 1
time_format = "%a, %d %b %Y %T" time_format = "%a, %d %b %Y %T"
whitespace_char = "·"
window_auto_zoom = off window_auto_zoom = off
window_separator_horizontal = on window_separator_horizontal = on
window_separator_vertical = on window_separator_vertical = on
@@ -231,7 +233,9 @@ nick_case_sensitive = off
nick_completer = ": " nick_completer = ": "
nick_first_only = off nick_first_only = off
nick_ignore_chars = "[]`_-^" nick_ignore_chars = "[]`_-^"
nick_ignore_words = ""
partial_completion_alert = on partial_completion_alert = on
partial_completion_auto_expand = on
partial_completion_command = off partial_completion_command = off
partial_completion_command_arg = off partial_completion_command_arg = off
partial_completion_count = on partial_completion_count = on