mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 09:06:35 +01:00
Add config option to set data file auto-save frequency
This commit is contained in:
@@ -54,6 +54,7 @@ struct user_settings {
|
||||
int show_welcome_msg; /* boolean */
|
||||
int show_connection_msg; /* boolean */
|
||||
int nodeslist_update_freq; /* int (<= 0 to disable updates) */
|
||||
int autosave_freq; /* int (<= 0 to disable autosave) */
|
||||
|
||||
char line_join[LINE_HINT_MAX + 1];
|
||||
char line_quit[LINE_HINT_MAX + 1];
|
||||
|
||||
Reference in New Issue
Block a user