summary refs log tree commit diff
path: root/catgirl.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-02 22:12:07 -0400
committerJune McEnroe <june@causal.agency>2019-07-02 22:12:07 -0400
commit3d1f7d80658db3b4839febb817c610dd06a7801b (patch)
treed1ef8122288ea121f9698ad8286c134826032ac7 /catgirl.1
parentDeal with ~users in colorGen (diff)
downloadcatgirl-3d1f7d80658db3b4839febb817c610dd06a7801b.tar.gz
catgirl-3d1f7d80658db3b4839febb817c610dd06a7801b.zip
Add /list
Diffstat (limited to 'catgirl.1')
-rw-r--r--catgirl.13
1 files changed, 3 insertions, 0 deletions
diff --git a/catgirl.1 b/catgirl.1
index 95e3ecd..0dbed23 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -123,6 +123,9 @@ may be used to abbreviate a command.
 .It Ic /join Ar chan Op Ar key
 Join a channel.
 .
+.It Ic /list Op Ar chan
+List channels.
+.
 .It Ic /me Op Ar action
 Send an action message.
 .
etsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe