1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-13 05:03:45 -04:00

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
parent 1fa98c2369
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)