1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 13:36:35 +01:00

Add config option to set data file auto-save frequency

This commit is contained in:
jfreegman
2018-10-28 16:18:17 -04:00
parent e4abd8b36b
commit 73aaa44d12
8 changed files with 24 additions and 9 deletions

View File

@@ -122,8 +122,8 @@ static const char special_commands[SPECIAL_COMMANDS][MAX_CMDNAME_SIZE] = {
#ifdef PYTHON
"/run",
#endif /* PYTHON */
"/title",
"/sendfile",
"/title",
};
/* Returns true if input command is in the special_commands array. */