about summary refs log tree commit diff homepage
path: root/index.html
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-05 16:48:07 -0400
committerJune McEnroe <june@causal.agency>2018-08-05 16:48:07 -0400
commit620d9e2b6cd3fe6dfe03db7913ebbbc2c4da6095 (patch)
tree1cecd0042859330b3bc704f32f4c54e4f5a33ec3 /index.html
parentSet client sockets SNDBUF to twice tile size (diff)
downloadtorus-620d9e2b6cd3fe6dfe03db7913ebbbc2c4da6095.tar.gz
torus-620d9e2b6cd3fe6dfe03db7913ebbbc2c4da6095.zip
Add chat to index.html
Diffstat (limited to '')
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index 3874b1a..a934f1c 100644
--- a/index.html
+++ b/index.html
@@ -7,6 +7,12 @@ Hey there, friend. This should get you there.
 	ssh torus@ascii.town
 </code>
 <p>
+Or you can just come and chat.
+<p>
+<code>
+	ssh chat@ascii.town
+</code>
+<p>
 You can also take a detour and play NetHack.
 <p>
 <code>
n='3' class='logmsg'> 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe Their %-prefixed directives should probably be highlighted Macro. 2019-05-10Use val instead of suboptargJune McEnroe suboptarg doesn't exist in GNU. Hopefully BSD getsubopt also sets val on failure? 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe Need to do some stuff in the Makefile for lex and yacc and generating HTML pages for it. 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe