diff options
author | June McEnroe <june@causal.agency> | 2020-02-08 01:25:07 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-08 01:25:07 -0500 |
commit | f5783d15c6a640d553e4e356c4ba10895ad602a3 (patch) | |
tree | b4e405cc8b58a59edc49b43e5c602339a72326f1 /catgirl.1 | |
parent | Handle ID overflow (diff) | |
download | catgirl-f5783d15c6a640d553e4e356c4ba10895ad602a3.tar.gz catgirl-f5783d15c6a640d553e4e356c4ba10895ad602a3.zip |
Add /part
Diffstat (limited to '')
-rw-r--r-- | catgirl.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/catgirl.1 b/catgirl.1 index 5b9b1a5..4dc002e 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd February 7, 2020 +.Dd February 8, 2020 .Dt CATGIRL 1 .Os . @@ -134,6 +134,8 @@ Send an action message. Change nicknames. .It Ic /notice Ar message Send a notice. +.It Ic /part Op Ar message +Leave the channel. .It Ic /quit Op Ar message Quit IRC. .It Ic /quote Ar command |