Added a -date parameter to /lastlog to prepend each row with the row's date

This commit is contained in:
Vesa Pirila 2015-02-08 12:39:23 +02:00
commit 466166010b
2 changed files with 21 additions and 3 deletions

View file

@ -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 (YYYY-MM-DD).
-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.