From d95af1b6e0d07343049bec988e57b13173d472b9 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 26 Oct 2019 02:10:03 -0400 Subject: Add flags to request TOPIC and NAMES on client connect --- pounce.1 | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'pounce.1') 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 -- cgit 1.4.1