diff options
author | June McEnroe <june@causal.agency> | 2019-10-26 02:25:04 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-10-26 02:25:04 -0400 |
commit | 3beb01f99ac5ea9a22c55edbf0e7b095e1cb5b0d (patch) | |
tree | 48235b1b4ea985e0dde72b83bad208f6fc3f6e5a /pounce.1 | |
parent | Add flags to request TOPIC and NAMES on client connect (diff) | |
download | pounce-3beb01f99ac5ea9a22c55edbf0e7b095e1cb5b0d.tar.gz pounce-3beb01f99ac5ea9a22c55edbf0e7b095e1cb5b0d.zip |
Set AWAY when no clients are connected
Diffstat (limited to 'pounce.1')
-rw-r--r-- | pounce.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pounce.1 b/pounce.1 index 8c76f02..95e554b 100644 --- a/pounce.1 +++ b/pounce.1 @@ -9,6 +9,7 @@ .Sh SYNOPSIS .Nm .Op Fl NTv +.Op Fl A Ar away .Op Fl C Ar cert .Op Fl H Ar host .Op Fl K Ar priv @@ -39,6 +40,11 @@ and uniquely identify themselves by username. The arguments are as follows: . .Bl -tag -width "-W @file" +.It Fl A Ar away +Set away status to +.Ar away +when no clients are connected. +. .It Fl C Ar cert Load TLS certificate from .Ar cert . |