<plato> becomes plato:

This commit is contained in:
Nikos Kouremenos 2005-07-24 20:34:39 +00:00
parent ec7fd8af99
commit 72729a1fd9
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@ class Config:
'recently_groupchat': [ opt_str, '' ],
'before_time': [ opt_str, '[' ],
'after_time': [ opt_str, ']' ],
'before_nickname': [ opt_str, '<' ],
'after_nickname': [ opt_str, '>' ],
'before_nickname': [ opt_str, '' ],
'after_nickname': [ opt_str, ':' ],
'send_os_info': [ opt_bool, True ],
'check_for_new_version': [ opt_bool, False ],
'usegpg': [ opt_bool, False ],