From a5162d83bd0f91ee41292798743042606428bfb0 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 29 May 2022 15:33:28 -0400 Subject: Document visibility of unknown replies --- catgirl.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/catgirl.1 b/catgirl.1 index 2031d94..9e28bda 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd February 22, 2022 +.Dd May 29, 2022 .Dt CATGIRL 1 .Os . @@ -577,10 +577,9 @@ Start a private conversation. Quit IRC. .It Ic /quote Ar command Send a raw IRC command. -The -.Ic /debug -command is likely needed -for command output. +Use +.Ic M-- +to show unknown replies. .It Ic /say Ar message Send a regular message. .It Ic /setname Ar name @@ -777,7 +776,8 @@ general events or non-highlighted messages. .It Ic M-- Lower message visibility threshold, -showing ignored messages. +showing ignored messages +and unknown replies. .It Ic M-= Toggle mute. Muted windows do not appear in the status line -- cgit 1.4.1 ='tabs'> summary refs log tree commit diff
path: root/unscoop.1 (unfollow)
Commit message (Collapse)Author
2019-12-31Add strftime format string optionJune McEnroe
2019-12-31Refactor binding in scoopJune McEnroe
2019-12-31Add option to group events by contextJune McEnroe
2019-12-31Add missing includeJune McEnroe
2019-12-31Use standout mode for highlightingJune McEnroe
2019-12-31Rewrite scoop(1) argument descriptionsJune McEnroe
2019-12-31Color both nicks in a changeJune McEnroe
2019-12-31Implement nick-colored outputJune McEnroe
2019-12-31Only enable highlighting on terminal outputJune McEnroe
2019-12-31Set up pager pipeJune McEnroe
2019-12-30Normalize date inputJune McEnroe
Mostly this just allows the use of 'now'.
2019-12-30Add initial rough version of scoopJune McEnroe
2019-12-30Join with USING wherever possibleJune McEnroe
2019-12-30Add -D flag to prospective scoop manualJune McEnroe
2019-12-30Order results by ID in outer query in litterboxJune McEnroe
2019-12-30Use X macro for Type enumJune McEnroe
2019-12-30Remove scoop -ABCJune McEnroe
I can almost get these to work with an inner and outer SQL query, but when contexts starts overlapping it becomes a disaster, so I'm leavin it out at least for now.
2019-12-30Add limit option for litterbox's search query interfaceJune McEnroe