From 167324649763786e018f6794a7f4fcdfd25734e2 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 12 Nov 2001 22:03:07 +0000 Subject: [PATCH] %X should generate "time changed" every second too. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1998 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/core/expandos.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/expandos.c b/src/core/expandos.c index 90288bf6..84c5e855 100644 --- a/src/core/expandos.c +++ b/src/core/expandos.c @@ -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; }