diff options
author | Alexander Færøy <ahf@0x90.dk> | 2015-03-01 11:44:28 +0100 |
---|---|---|
committer | Alexander Færøy <ahf@0x90.dk> | 2015-03-01 11:44:28 +0100 |
commit | ac5aebb91f2743326015d0f790a383767cbf7115 (patch) | |
tree | 5c3e308b1c66e6b77da736ffc8757a55af0447c5 /docs | |
parent | 1f87dd361eabf3b161014d8466aaaa466a76300f (diff) | |
parent | 895ac10c4eaa347cf2dbe184fc9480a8f47168ee (diff) | |
download | irssi-ac5aebb91f2743326015d0f790a383767cbf7115.zip |
Merge pull request #217 from Lohhari/lastlog-date
Added a -date parameter to /lastlog to prepend each row with the ...
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/lastlog.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/help/in/lastlog.in b/docs/help/in/lastlog.in index 3815f5d2..25879d31 100644 --- a/docs/help/in/lastlog.in +++ b/docs/help/in/lastlog.in @@ -14,6 +14,7 @@ -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. |