send os info and check new version True by default
This commit is contained in:
parent
9336e8dc05
commit
b77173fc1b
|
@ -86,8 +86,8 @@ class Config:
|
|||
'after_time': [ opt_str, ']' ],
|
||||
'before_nickname': [ opt_str, '<' ],
|
||||
'after_nickname': [ opt_str, '>' ],
|
||||
'send_os_info': [ opt_bool, False ],
|
||||
'check_for_new_version': [ opt_bool, False ],
|
||||
'send_os_info': [ opt_bool, True ],
|
||||
'check_for_new_version': [ opt_bool, True ],
|
||||
'usegpg': [ opt_bool, False ],
|
||||
'lognotusr': [ opt_bool, True ],
|
||||
'lognotsep': [ opt_bool, True ],
|
||||
|
|
Loading…
Reference in New Issue