mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05: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:
parent
6b4a838813
commit
2e1466d210
@ -1,7 +1,11 @@
|
|||||||
|
|
||||||
@SYNTAX:lastlog@
|
@SYNTAX:lastlog@
|
||||||
|
|
||||||
|
-clear: remove all lastlog lines from window
|
||||||
|
|
||||||
-: don't print the "Lastlog:" and "End of Lastlog" messages.
|
-: 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
|
-new: show only lines since last /LASTLOG
|
||||||
-regexp: `text' is a regular expression
|
-regexp: `text' is a regular expression
|
||||||
-word: `text' must match to full words
|
-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...>]
|
/* SYNTAX: LASTLOG [-] [-file <filename>] [-clear] [-<level> -<level...>]
|
||||||
[-new | -away] [-regexp | -word]
|
[-new | -away] [-regexp | -word] [-window <ref#|name>]
|
||||||
[<pattern>] [<count> [<start>]] */
|
[<pattern>] [<count> [<start>]] */
|
||||||
static void cmd_lastlog(const char *data)
|
static void cmd_lastlog(const char *data)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user