summary refs log tree commit diff
path: root/catgirl.1
diff options
context:
space:
mode:
Diffstat (limited to 'catgirl.1')
-rw-r--r--catgirl.121
1 files changed, 20 insertions, 1 deletions
diff --git a/catgirl.1 b/catgirl.1
index e9bb40e..e6d8efa 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -1,4 +1,4 @@
-.Dd February  1, 2020
+.Dd February  5, 2020
 .Dt CATGIRL 1
 .Os
 .
@@ -99,3 +99,22 @@ if it is not a terminal.
 Log in with the server password
 .Ar pass .
 .El
+.
+.Sh COMMANDS
+.Ss Chat Commands
+.Bl -tag -width Ds
+.It Ic /me Op Ar action
+Send an action message.
+.It Ic /notice Ar message
+Send a notice.
+.It Ic /quit Op Ar message
+Quit IRC.
+.It Ic /quote Ar command
+Send a raw IRC command.
+.El
+.
+.Ss UI Commands
+.Bl -tag -width Ds
+.It Ic /window Ar num , Ic / Ns Ar num
+Switch to window by number.
+.El
andJune McEnroe 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe