property 'notify_on_file_complete'

This commit is contained in:
Dimitur Kirov 2005-08-01 15:00:47 +00:00
parent 0cd682f2ce
commit c84973327d
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ class Config:
'send_receive_chat_state_notifications': [opt_bool, True],
'print_ichat_every_foo_minutes': [opt_int, 5], # default is every 5 minutes
'confirm_close_muc': [opt_bool, True], # confirm closing MUC window
'notify_on_file_complete': [opt_bool, True], # notif. on file complete
}
__options_per_key = {