1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-13 05:03:45 -04:00

moved timestamp_format into lookandfeel category

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2775 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-05-11 22:53:16 +00:00 committed by cras
parent bd4f506b63
commit a26be5e37d

View File

@ -538,7 +538,7 @@ void expandos_init(void)
struct utsname un;
#endif
settings_add_str("misc", "STATUS_OPER", "*");
settings_add_str("misc", "timestamp_format", "%H:%M");
settings_add_str("lookandfeel", "timestamp_format", "%H:%M");
client_start_time = time(NULL);
last_sent_msg = NULL; last_sent_msg_body = NULL;