From 66f1e8a86ab92ce1b0da485f23ca571b37add1a7 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 9 Jul 2021 19:29:07 -0400 Subject: Strip typer down to copy or reverse modes --- bin/man1/typer.1 | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'bin/man1') 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 -- cgit 1.4.1 93e968f3fade087d6fe996da62726d560f4f&follow=1'>commit diff
path: root/bin/catsh/mktokens (unfollow)
Commit message (Collapse)Author
2019-05-15Support simple assignment in orderJune McEnroe
2019-05-15Implement sizeof in orderJune McEnroe
2019-05-15Add orderJune McEnroe
2019-05-12Add T suffix in bitJune McEnroe
2019-05-10Highlight yacc and lex files as CJune McEnroe
Their %-prefixed directives should probably be highlighted Macro.
2019-05-10Use val instead of suboptargJune McEnroe
suboptarg doesn't exist in GNU. Hopefully BSD getsubopt also sets val on failure?
2019-05-09Add Parable of the SowerJune McEnroe
2019-05-07Add bit without buildJune McEnroe
Need to do some stuff in the Makefile for lex and yacc and generating HTML pages for it.
2019-05-04Fix MANDIR typoJune McEnroe
2019-05-04Move relay to binJune McEnroe