summary refs log tree commit diff
path: root/catgirl.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-05 22:22:52 -0500
committerJune McEnroe <june@causal.agency>2020-02-05 22:22:52 -0500
commitf4868fc90642928358fae0d8d245a4fc5db7d12e (patch)
tree97f7b2196cebe9541d6a18830843621821391365 /catgirl.1
parentHandle empty params in /quote (diff)
downloadcatgirl-f4868fc90642928358fae0d8d245a4fc5db7d12e.tar.gz
catgirl-f4868fc90642928358fae0d8d245a4fc5db7d12e.zip
Document commands in manual
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
/commit/bin/glitch.c?id=7b3bf60d9f8002b6085ef1b1d99ce382f79d64a1&follow=1'>Rewrite glitch from new pngoJune McEnroe 2022-07-26Update Care with time-to-ID and piercingsJune McEnroe 2022-07-26Add -w to upJune McEnroe 2022-07-13Set push.autoSetupRemoteJune McEnroe 2022-07-08Remove TOURJune McEnroe 2022-07-03Add The Bone Shard EmperorJune McEnroe 2022-06-25Bump xterm font size to 12June McEnroe 2022-06-10Handle subshells (and functions) inside substitutionsJune McEnroe 2022-06-10Switch to jorts Install scriptJune McEnroe 2022-06-08Indicate if still reading or no resultsJune McEnroe 2022-06-08Add Maiden, Mother, CroneJune McEnroe 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe