This commit is contained in:
Nikos Kouremenos 2005-09-04 18:52:26 +00:00
parent 9cf564ee18
commit 9ab856d410
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class Config:
'autoawaytime': [ opt_int, 5, _('Time in minutes, after which you are displayed as being away.') ], 'autoawaytime': [ opt_int, 5, _('Time in minutes, after which you are displayed as being away.') ],
'autoaway_message': [ opt_str, _('Away as a result of being idle') ], 'autoaway_message': [ opt_str, _('Away as a result of being idle') ],
'autoxa': [ opt_bool, True ], 'autoxa': [ opt_bool, True ],
'autoxatime': [ opt_int, 15 _('Time in minutes, after which you are displayed as being not available.') ], 'autoxatime': [ opt_int, 15, _('Time in minutes, after which you are displayed as being not available.') ],
'autoxa_message': [ opt_str, _('Not available as a result of being idle') ], 'autoxa_message': [ opt_str, _('Not available as a result of being idle') ],
'ask_online_status': [ opt_bool, False ], 'ask_online_status': [ opt_bool, False ],
'ask_offline_status': [ opt_bool, False ], 'ask_offline_status': [ opt_bool, False ],