forked from PsychoticNinja/irssi
/LASTLOG syntax updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1256 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
6b4a838813
commit
2e1466d210
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user