Adapt dotg to bitreich.org environment. - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 15fd3d39974473119cb01916891f888ec919e690 | |
parent 3619a781620b7016707af06d0f7e594284abeee6 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Wed, 14 Aug 2024 17:47:48 +0200 | |
Adapt dotg to bitreich.org environment. | |
Diffstat: | |
M act-i/Bench.dcgi | 4 ++-- | |
M act-i/config | 2 +- | |
M act-i/talk-nerds.sh | 4 ++-- | |
3 files changed, 5 insertions(+), 5 deletions(-) | |
--- | |
diff --git a/act-i/Bench.dcgi b/act-i/Bench.dcgi | |
@@ -27,10 +27,10 @@ Both of you walk towards | |
You have completed Act I in British mode. | |
-Let us know on #bitreich-en (freenode) if you liked it! | |
+Let us know on #bitreich-en (irc.bitreich.org) if you liked it! | |
Find the code at: | |
-[1|gopher://parazyd.org/1/git/dotg/log.gph|/git/dotg/log.gph|server|port] | |
+[1|gophers://bitreich.org/1/scm/dotg|/scm/dotg|server|port] | |
[1|Go to Act II|/dotg/act-ii|server|port]" | |
EOM | |
diff --git a/act-i/config b/act-i/config | |
@@ -2,7 +2,7 @@ | |
export path="/dotg/act-i" | |
-export savegame="/home/parazyd/dotg/act-i/$REMOTE_ADDR" | |
+export savegame="/br/gopher/dotg/act-i/$REMOTE_ADDR" | |
export hipsters="$savegame/hipsters" | |
export bedroom1="$savegame/bedroom1" | |
export bedroom2="$savegame/bedroom2" | |
diff --git a/act-i/talk-nerds.sh b/act-i/talk-nerds.sh | |
@@ -13,10 +13,10 @@ specific_talk_nerds() { | |
You have completed Act I. | |
- Let us know on #bitreich-en (freenode)… | |
+ Let us know on #bitreich-en (irc.bitre… | |
Find the code at: | |
- [1|gopher://parazyd.org/1/git/dotg/log… | |
+ [1|gophers://bitreich.org/1/scm/dotg|/… | |
[1|Go to Act II|/dotg/act-ii|server|po… | |
printf 1 > "$inventory/.timemachineactivated" |