1
0
mirror of https://github.com/irssi/irssi.git synced 2024-08-04 03:34:18 -04:00
irssi/docs/help/in/lastlog.in
Filip Szczepański ae742f3f13 lastlog doc fix
Only the filename can come right after `-file`. Having `-force` in that position causes an `Irssi: Could not open lastlog: No such file or directory` error.
2015-05-14 13:06:50 +01:00

44 lines
1.6 KiB
Plaintext

%9Syntax:%9
@SYNTAX:lastlog@
%9Parameters:%9
-: Doesn't print the 'Lastlog:' and 'End of Lastlog' messages.
-file: Output the lastlog to a file instead of the active window.
-window: Specifies the window to check.
-new: Only displays results since the previous lastlog.
-away: Only displays results since you previous away status.
-<level>: Specifies the levels to check (e.g. -joins -quits -hilight)
-clear: Removes the previous results from the active window.
-count: Displays how many lines match.
-case: Performs a case-sensitive matching.
-date: Prepends each row with the message's date
-regexp: The given text pattern is a regular expression.
-word: The text must match full words.
-force: Forces to display the lastlog, even if it exceeds 1000 lines.
-after: Include this many lines of content after the match.
-before: Include this many lines of content before the match.
-<#>: Include this many lines of content around the match.
<count>: Display a maximum number of `count' lines.
<start>: Skip the last `start' lines.
The pattern to search for and the maximum of lines to display; if no
parameter is given, the entire window buffer will be displayed.
%9Description:%9
Searches the active window for a pattern and displays the result.
%9Examples:%9
/LASTLOG holiday
/LASTLOG 'is on vacation' 10
/LASTLOG -force -file ~/mike.log 'mike'
/LASTLOG -hilight
/LASTLOG -5 searchterm
%9See also:%9 HILIGHT, SCROLLBACK