diff options
author | June McEnroe <june@causal.agency> | 2021-07-09 19:29:07 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-07-09 19:29:07 -0400 |
commit | b0ac58f80784ca39d6cedab0898bd54ef9c6a15c (patch) | |
tree | a77604172978bf0f6035fa04a023a744e973608a /bin/man1 | |
parent | Add patreon to sup (diff) | |
download | src-b0ac58f80784ca39d6cedab0898bd54ef9c6a15c.tar.gz src-b0ac58f80784ca39d6cedab0898bd54ef9c6a15c.zip |
Strip typer down to copy or reverse modes
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/typer.1 | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/bin/man1/typer.1 b/bin/man1/typer.1 index dd1108d1..0322d108 100644 --- a/bin/man1/typer.1 +++ b/bin/man1/typer.1 @@ -1,4 +1,4 @@ -.Dd April 28, 2021 +.Dd July 9, 2021 .Dt TYPER 1 .Os . @@ -8,24 +8,20 @@ . .Sh SYNOPSIS .Nm -.Op Fl CPRv +.Op Fl PRv .Op Fl c Ar cert +.Op Fl j Ar chan .Op Fl n Ar nick .Op Fl p Ar port .Op Fl u Ar user .Ar host -.Ar chan . .Sh DESCRIPTION .Nm is an IRC bot -that types all day long. +that types whenever anyone else does. 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 @@ -39,6 +35,8 @@ as regular messages for all to see. Use the TLS client certificate and private key loaded from .Ar cert . +.It Fl j Ar chan +Join a channel. .It Fl n Ar nick Set the nickname. The default is @@ -56,9 +54,6 @@ Log IRC protocol to standard error. .It Ar host Connect to .Ar host . -.It Ar chan -Type in the channel -.Ar chan . .El . .Sh STANDARDS |