Skip to content
Snippets Groups Projects
Commit 9d6c1888 authored by nkour's avatar nkour
Browse files

bye bye to noconfirm_close_muc_rooms

parent 1dca6946
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,6 @@ class Config:
'autodetect_browser_mailer': [opt_bool, False],
'print_ichat_every_foo_minutes': [opt_int, 5],
'confirm_close_muc': [opt_bool, True, _('Ask before closing a group chat tab/window.')],
'noconfirm_close_muc_rooms': [opt_str, '', _('A space seperated list of rooms that do not require confirmation before closing.')],
'notify_on_file_complete': [opt_bool, True], # notif. on file complete
'file_transfers_port': [opt_int, 28011], # port, used for file transfers
'ft_override_host_to_send': [opt_str, '', _('Overrides the host we send for File Transfer in case of address translation/port forwarding.')],
......
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