1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-15 04:28:09 -04:00

%X should generate "time changed" every second too.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1998 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-11-12 22:03:07 +00:00 committed by cras
parent cb6820a4c7
commit 1673246497

View File

@ -505,6 +505,7 @@ static void read_settings(void)
strstr(timestamp_format, "%r") != NULL ||
strstr(timestamp_format, "%s") != NULL ||
strstr(timestamp_format, "%S") != NULL ||
strstr(timestamp_format, "%X") != NULL ||
strstr(timestamp_format, "%T") != NULL;
}