diff options
author | June McEnroe <june@causal.agency> | 2020-02-06 01:05:09 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-06 01:05:09 -0500 |
commit | 9a585188c546ab65633707c3a3e17dbef1d8e3dc (patch) | |
tree | c3e0ad76c7f2a9102bdf7ac7ad9d8d627a8a5996 /catgirl.1 | |
parent | Send self.join without colon (diff) | |
download | catgirl-9a585188c546ab65633707c3a3e17dbef1d8e3dc.tar.gz catgirl-9a585188c546ab65633707c3a3e17dbef1d8e3dc.zip |
Add /join command
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 91c4ff4..bf6ccc7 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd February 5, 2020 +.Dd February 6, 2020 .Dt CATGIRL 1 .Os . @@ -120,6 +120,8 @@ Log in with the server password .Sh COMMANDS .Ss Chat Commands .Bl -tag -width Ds +.It Ic /join Ar channel +Join a channel. .It Ic /me Op Ar action Send an action message. .It Ic /notice Ar message |