diff options
author | June McEnroe <june@causal.agency> | 2019-09-16 16:57:50 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-09-16 16:57:50 -0400 |
commit | c5718dd82fca4fb633846ae232838b477d95d16e (patch) | |
tree | e7d1e314584c56469a609005212523fa9c24ba15 /catgirl.1 | |
parent | Use braces in Makefile (diff) | |
download | catgirl-c5718dd82fca4fb633846ae232838b477d95d16e.tar.gz catgirl-c5718dd82fca4fb633846ae232838b477d95d16e.zip |
Add restricted mode
Diffstat (limited to '')
-rw-r--r-- | catgirl.1 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/catgirl.1 b/catgirl.1 index 0dbed23..51f1c4f 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd July 2, 2019 +.Dd September 16, 2019 .Dt CATGIRL 1 .Os . @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl Nv +.Op Fl NRv .Op Fl W Ar pass .Op Fl a Ar auth .Op Fl h Ar host @@ -33,6 +33,14 @@ The arguments are as follows: Send notifications with .Xr notify-send 1 . . +.It Fl R +Restrict the use of the +.Ic /join , +.Ic /query , +.Ic /quote , +.Ic /raw +commands. +. .It Fl W Ar pass Send .Cm WEBIRC |