diff options
author | June McEnroe <june@causal.agency> | 2019-11-15 00:53:46 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-15 00:54:06 -0500 |
commit | 11f941bc4c57af40566616bae1e0aca079493356 (patch) | |
tree | 4df1e80ec0f7ddc481504edab573570e75a4d3d8 /pounce.1 | |
parent | Add concept of passive clients (diff) | |
download | pounce-11f941bc4c57af40566616bae1e0aca079493356.tar.gz pounce-11f941bc4c57af40566616bae1e0aca079493356.zip |
Request NAMES on sync by default
This inverts the meaning of -N!
Diffstat (limited to 'pounce.1')
-rw-r--r-- | pounce.1 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pounce.1 b/pounce.1 index 9a004c4..61b7658 100644 --- a/pounce.1 +++ b/pounce.1 @@ -1,4 +1,4 @@ -.Dd November 14, 2019 +.Dd November 15, 2019 .Dt POUNCE 1 .Os . @@ -98,12 +98,13 @@ path for the set by .Fl H . . -.It Fl N , Cm names -Request +.It Fl N , Cm no-names +Do not request .Ql NAMES for each channel when a client connects. -This allows clients to populate user lists, -but may just cause noise for some. +This avoids already connected clients +receiving unsolicited responses +but prevents new clients from populating user lists. . .It Fl P Ar port , Cm bind-port = Ar port Bind to |