summary refs log tree commit diff
path: root/input.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-11 16:10:49 -0400
committerJune McEnroe <june@causal.agency>2018-09-11 16:10:49 -0400
commit3d9f808a600e33a444f8dd666a4e379c282e388b (patch)
treef15eb940bcafafa46bd84a63a3020bab3e49c562 /input.c
parentDon't render every PM as a ping (diff)
downloadcatgirl-3d9f808a600e33a444f8dd666a4e379c282e388b.tar.gz
catgirl-3d9f808a600e33a444f8dd666a4e379c282e388b.zip
Add /help equivalent to /man
Diffstat (limited to '')
-rw-r--r--input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/input.c b/input.c
index 4497010..25e8a0d 100644
--- a/input.c
+++ b/input.c
@@ -152,6 +152,7 @@ static const struct {
 	Handler handler;
 } Commands[] = {
 	{ "/close", inputClose },
+	{ "/help", inputMan },
 	{ "/join", inputJoin },
 	{ "/man", inputMan },
 	{ "/me", inputMe },