1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-07 02:54:19 -04:00

/LASTLOG syntax updated

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1256 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-02-19 06:27:24 +00:00 committed by cras
parent 6b4a838813
commit 2e1466d210
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
@SYNTAX:lastlog@
-clear: remove all lastlog lines from window
-: don't print the "Lastlog:" and "End of Lastlog" messages.
-file: write lastlog to file instead of screen
-window: which window's lastlog to check (output is always to active)
-new: show only lines since last /LASTLOG
-regexp: `text' is a regular expression
-word: `text' must match to full words

View File

@ -291,7 +291,7 @@ static void show_lastlog(const char *searchtext, GHashTable *optlist,
}
/* SYNTAX: LASTLOG [-] [-file <filename>] [-clear] [-<level> -<level...>]
[-new | -away] [-regexp | -word]
[-new | -away] [-regexp | -word] [-window <ref#|name>]
[<pattern>] [<count> [<start>]] */
static void cmd_lastlog(const char *data)
{