mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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:
parent
1fa98c2369
commit
1627ad03bd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user