Skip to content
Snippets Groups Projects
Commit 12f1ea05 authored by nkour's avatar nkour
Browse files

reducing default autoaway/xa time

parent 16b6745a
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,9 @@ class Config:
'ignore_unknown_contacts': [ opt_bool, False ],
'showoffline': [ opt_bool, False ],
'autoaway': [ opt_bool, True ],
'autoawaytime': [ opt_int, 10 ],
'autoawaytime': [ opt_int, 5 ],
'autoxa': [ opt_bool, True ],
'autoxatime': [ opt_int, 20 ],
'autoxatime': [ opt_int, 15 ],
'ask_online_status': [ opt_bool, False ],
'ask_offline_status': [ opt_bool, False ],
'last_status_msg': [ opt_str, '' ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment