diff options
author | June McEnroe <june@causal.agency> | 2019-10-26 02:10:03 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-10-26 02:10:03 -0400 |
commit | d95af1b6e0d07343049bec988e57b13173d472b9 (patch) | |
tree | 142d3660fce36d370c54e74cd158578a1921c116 /pounce.1 | |
parent | Oops (diff) | |
download | pounce-d95af1b6e0d07343049bec988e57b13173d472b9.tar.gz pounce-d95af1b6e0d07343049bec988e57b13173d472b9.zip |
Add flags to request TOPIC and NAMES on client connect
Diffstat (limited to '')
-rw-r--r-- | pounce.1 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/pounce.1 b/pounce.1 index 72ee806..8c76f02 100644 --- a/pounce.1 +++ b/pounce.1 @@ -1,4 +1,4 @@ -.Dd October 25, 2019 +.Dd October 26, 2019 .Dt POUNCE 1 .Os . @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl v +.Op Fl NTv .Op Fl C Ar cert .Op Fl H Ar host .Op Fl K Ar priv @@ -64,11 +64,21 @@ where is set by .Fl H . . +.It Fl N +Request +.Ql NAMES +for each channel when a client connects. +. .It Fl P Ar port Bind to local .Ar port . The default port is 6697. . +.It Fl T +Request +.Ql TOPIC +for each channel when a client connects. +. .It Fl W Ar pass Require the password .Ar pass |