diff options
author | June McEnroe <june@causal.agency> | 2019-12-17 01:54:35 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-17 01:54:35 -0500 |
commit | b8e6a08cca4bdb3bfc10d997c6d7d0fb48f5d298 (patch) | |
tree | a55ac61b0a29baaf4e040d836bdd5855626b3281 /litterbox.1 | |
parent | Add server-time extension to STANDARDS (diff) | |
download | litterbox-b8e6a08cca4bdb3bfc10d997c6d7d0fb48f5d298.tar.gz litterbox-b8e6a08cca4bdb3bfc10d997c6d7d0fb48f5d298.zip |
Implement basic IRC connection and message parsing
Diffstat (limited to 'litterbox.1')
-rw-r--r-- | litterbox.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/litterbox.1 b/litterbox.1 index 0c9a06c..73d5f9e 100644 --- a/litterbox.1 +++ b/litterbox.1 @@ -8,6 +8,7 @@ . .Sh SYNOPSIS .Nm +.Op Fl v .Op Fl d Ar path .Op Fl h Ar host .Op Fl j Ar join @@ -69,6 +70,9 @@ Set the username to .Ar user . The default username is the same as the nickname. . +.It Fl v +Write sent and received IRC messages to standard error. +. .It Fl w Ar pass Log in with the server password .Ar pass . |