diff options
author | June McEnroe <june@causal.agency> | 2021-04-28 21:12:31 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-04-28 21:12:31 -0400 |
commit | a68fd793863ef3d600ab04596a851f71c7407c39 (patch) | |
tree | b2d4b8c6dd7175861ca780d65d0292f436578bc8 /bin/man1 | |
parent | Remove hnel (diff) | |
download | src-a68fd793863ef3d600ab04596a851f71c7407c39.tar.gz src-a68fd793863ef3d600ab04596a851f71c7407c39.zip |
Add copy mode to typer
Diffstat (limited to '')
-rw-r--r-- | bin/man1/typer.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/man1/typer.1 b/bin/man1/typer.1 index a3b0eb90..dd1108d1 100644 --- a/bin/man1/typer.1 +++ b/bin/man1/typer.1 @@ -1,4 +1,4 @@ -.Dd April 18, 2021 +.Dd April 28, 2021 .Dt TYPER 1 .Os . @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl PRv +.Op Fl CPRv .Op Fl c Ar cert .Op Fl n Ar nick .Op Fl p Ar port @@ -22,6 +22,10 @@ is an IRC bot that types all day long. The arguments are as follows: .Bl -tag -width Ds +.It Fl C +Copy +.Nm . +Type whenever anyone else is typing. .It Fl P Request the .Sy causal.agency/passive |