send os info and check new version True by default

This commit is contained in:
Nikos Kouremenos 2005-04-24 12:18:49 +00:00
parent 9336e8dc05
commit b77173fc1b
1 changed files with 2 additions and 2 deletions

View File

@ -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 ],