From 2e1466d2100f06cd98e7bbc56b19d378db98b1f0 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 19 Feb 2001 06:27:24 +0000 Subject: [PATCH] /LASTLOG syntax updated git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1256 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/help/in/lastlog.in | 4 ++++ src/fe-text/lastlog.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/help/in/lastlog.in b/docs/help/in/lastlog.in index 853771eb..d02b0e14 100644 --- a/docs/help/in/lastlog.in +++ b/docs/help/in/lastlog.in @@ -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 diff --git a/src/fe-text/lastlog.c b/src/fe-text/lastlog.c index 10952692..3968632c 100644 --- a/src/fe-text/lastlog.c +++ b/src/fe-text/lastlog.c @@ -291,7 +291,7 @@ static void show_lastlog(const char *searchtext, GHashTable *optlist, } /* SYNTAX: LASTLOG [-] [-file ] [-clear] [- -] - [-new | -away] [-regexp | -word] + [-new | -away] [-regexp | -word] [-window ] [] [ []] */ static void cmd_lastlog(const char *data) {