Don't show timestamps when doing /LAST.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@736 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-10-13 22:17:37 +00:00 committed by cras
commit 1627ad03bd

View file

@ -697,7 +697,7 @@ static void newline(WINDOW_REC *window)
}
#define show_timestamp(level) \
((level) != MSGLEVEL_NEVER && \
((level & (MSGLEVEL_NEVER|MSGLEVEL_LASTLOG)) == 0 && \
(timestamps || (msgs_timestamps && ((level) & MSGLEVEL_MSGS))))
static char *get_timestamp(TEXT_DEST_REC *dest)