From 25f419465f019feedb7266cb68232d1b32a66957 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 31 Mar 2020 14:30:42 -0400 Subject: Add /ignore message filtering patterns --- catgirl.1 | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'catgirl.1') diff --git a/catgirl.1 b/catgirl.1 index 42569a3..4571162 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd March 30, 2020 +.Dd March 31, 2020 .Dt CATGIRL 1 .Os . @@ -17,6 +17,7 @@ .Op Fl a Ar auth .Op Fl c Ar cert .Op Fl h Ar host +.Op Fl i Ar patt .Op Fl j Ar join .Op Fl k Ar priv .Op Fl n Ar nick @@ -147,6 +148,22 @@ and write it to Connect to .Ar host . . +.It Fl i Ar pattern, Cm ignore = Ar pattern +Add a case-insensitive message filtering pattern, +which may contain +.Ql * , +.Ql \&? +and +.Ql [] +wildcards as in +.Xr sh 1 . +The format of the pattern is as follows: +.Bd -ragged -offset indent +.Ar nick Ns Op Ar !user@host +.Op Ar command +.Op Ar channel +.Ed +. .It Fl j Ar join , Cm join = Ar join Join the comma-separated list of channels .Ar join . @@ -309,6 +326,11 @@ Type .Ic q to return to .Nm . +.It Ic /ignore Op Ar pattern +List message filtering patterns +or temporarily add a pattern. +To permanently add a pattern, use +.Fl i . .It Ic /move Oo Ar name Oc Ar num Move named window to number. .It Ic /open Op Ar count @@ -320,6 +342,8 @@ Open the most recent URL from .Ar nick or matching .Ar substring . +.It Ic /unignore Ar pattern +Temporarily remove a message filtering pattern. .It Ic /window Ar name Switch to window by name. .It Ic /window Ar num , Ic / Ns Ar num -- cgit 1.4.1