reducing default autoaway/xa time
This commit is contained in:
		
							parent
							
								
									16b6745a90
								
							
						
					
					
						commit
						12f1ea0517
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -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, '' ], | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue