mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05: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:
parent
cb6820a4c7
commit
1673246497
@ -505,6 +505,7 @@ static void read_settings(void)
|
|||||||
strstr(timestamp_format, "%r") != NULL ||
|
strstr(timestamp_format, "%r") != NULL ||
|
||||||
strstr(timestamp_format, "%s") != NULL ||
|
strstr(timestamp_format, "%s") != NULL ||
|
||||||
strstr(timestamp_format, "%S") != NULL ||
|
strstr(timestamp_format, "%S") != NULL ||
|
||||||
|
strstr(timestamp_format, "%X") != NULL ||
|
||||||
strstr(timestamp_format, "%T") != NULL;
|
strstr(timestamp_format, "%T") != NULL;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user