From a6253c09e7541cfc4eb240e735ebb747c5cc9712 Mon Sep 17 00:00:00 2001 From: ahriman Date: Tue, 25 Dec 2018 04:15:12 +0100 Subject: [PATCH] added irc chan, moved userdirs to top level --- index.html | 7 ++++--- crawl/morgue => morgue | 0 crawl/rcfiles => rcfiles | 0 crawl/ttyrec => ttyrec | 0 4 files changed, 4 insertions(+), 3 deletions(-) rename crawl/morgue => morgue (100%) rename crawl/rcfiles => rcfiles (100%) rename crawl/ttyrec => ttyrec (100%) diff --git a/index.html b/index.html index 2a05a7d..eb5c5bd 100644 --- a/index.html +++ b/index.html @@ -24,11 +24,12 @@ _/ |_|__| | __| _/____ ________________ __ _ _| |

Console games via SSH require this key. Please connect to the "dcss" user. If you are using Linux, BSD, or macOS you can connect via terminal using:

ssh -i ./dcss.key dcss@crawl.tildeverse.org

Can't stop dying? Check out the Crawl Wiki, or specifically, one of the strategy guides.

+

This instance's IRC channel is #dcss on the Tildeverse IRC network.

User data can be found here:

DCSS-git/trunk is updated nightly. Morgues, RC files, and ttyrecs are backed up to our TildeGit daily.

Run a tildeverse server and want to easily provide console access to this DCSS instance for your users? Create a file at /usr/local/bin/dcss with the following contents:

diff --git a/crawl/morgue b/morgue similarity index 100% rename from crawl/morgue rename to morgue diff --git a/crawl/rcfiles b/rcfiles similarity index 100% rename from crawl/rcfiles rename to rcfiles diff --git a/crawl/ttyrec b/ttyrec similarity index 100% rename from crawl/ttyrec rename to ttyrec