Adapt paths to how they are used on bitreich.org. - annna - Annna the nice frie… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 145a2a66b46335f9c2ed93ff8bf4eb63eca16f71 | |
parent 83ae9572c841f190ac9c6de7f661777eaa3edf3d | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Thu, 8 Aug 2019 21:49:23 +0200 | |
Adapt paths to how they are used on bitreich.org. | |
Diffstat: | |
M annna-start-services | 4 ++-- | |
M modules/markov_tech/markov | 2 +- | |
2 files changed, 3 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/annna-start-services b/annna-start-services | |
@@ -302,7 +302,7 @@ hashtags="#magic https://www.youtube.com/watch?v=NFQCYpIHLNQ | |
botname="annna" | |
iiroot="/home/annna/irc" | |
iibase="/home/annna/irc/chat.freenode.net" | |
-modbase="/home/annna/modules/" | |
+modbase="/home/annna/bin/modules/" | |
# Permissions | |
@@ -492,7 +492,7 @@ then | |
if [ "${text}" = "${botname}, please tech hype me." ]; | |
then | |
- techstr=$(${modbase}/markov_tech/markov) | |
+ techstr="$(${modbase}/markov_tech/markov)" | |
annna-say -c "#bitreich-en" "${techstr}" | |
continue; | |
fi | |
diff --git a/modules/markov_tech/markov b/modules/markov_tech/markov | |
@@ -1,6 +1,6 @@ | |
#!/bin/sh | |
-BASE="/home/annna/modules/markov_tech" | |
+BASE="/home/annna/bin/modules/markov_tech" | |
TECH="${BASE}/techs" | |
ADJ="${BASE}/adjectives" |