mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Replaced /SET msgs_timestamps with /SET timestamp_level, defaults to ALL.
/SET timestamps must be ON for timestamp_level to have any effect. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2369 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
bd91fbc88b
commit
9089ea2365
2 changed files with 10 additions and 9 deletions
|
|
@ -154,7 +154,7 @@ void fe_common_core_init(void)
|
|||
args_register(options);
|
||||
|
||||
settings_add_bool("lookandfeel", "timestamps", TRUE);
|
||||
settings_add_bool("lookandfeel", "msgs_timestamps", FALSE);
|
||||
settings_add_str("lookandfeel", "timestamp_level", "ALL");
|
||||
settings_add_int("lookandfeel", "timestamp_timeout", 0);
|
||||
|
||||
settings_add_bool("lookandfeel", "bell_beeps", FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue