diff options
author | Timo Sirainen <cras@irssi.org> | 2001-11-12 22:03:07 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-11-12 22:03:07 +0000 |
commit | 167324649763786e018f6794a7f4fcdfd25734e2 (patch) | |
tree | b235fb7ac5597163b982fa8bd5d4f5576f27e75c /src | |
parent | cb6820a4c7cb385ce5b6233f38950d413a4db7f2 (diff) | |
download | irssi-167324649763786e018f6794a7f4fcdfd25734e2.zip |
%X should generate "time changed" every second too.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1998 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r-- | src/core/expandos.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |