about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorlogin <login@tilde.team>2022-01-23 10:19:12 +0000
committerlogin <login@tilde.team>2022-01-23 10:19:12 +0000
commitc616b71eb152b5315b1f689e5f7c3c61666a00f0 (patch)
treea747c01edea98695451267920899016b6bd8e263
parent49f8da3cb71d3488660454d27e5118bca31e81c0 (diff)
downloadtcoin-c616b71eb152b5315b1f689e5f7c3c61666a00f0.tar.gz
Changed tildescores file location
Due to krowbar not being here and krowbar's tildebot not rejoining, shifting tildescores file location to jmjl's tildescores location. jmjl is running krobwar's tildebot with the name 'ju' in tilde.town's internal irc's #bots channel
-rw-r--r--pcoin.cpp3
-rw-r--r--tcoin.cpp3
2 files changed, 4 insertions, 2 deletions
diff --git a/pcoin.cpp b/pcoin.cpp
index f844517..500f068 100644
--- a/pcoin.cpp
+++ b/pcoin.cpp
@@ -43,7 +43,8 @@
 #define LS_HOME_CMD "/bin/ls /home"
 #define BIN_ECHO_CMD "/bin/echo $$"
 #ifndef KROWBAR_OFF
-  #define KROWBAR_SCORE_PATH "/home/krowbar/Code/irc/data/tildescores.txt"
+  #define KROWBAR_SCORE_PATH_OLD "/home/krowbar/Code/irc/data/tildescores.txt"
+  #define KROWBAR_SCORE_PATH "/home/jmjl/dev/juju/data/tildescores.txt"
 #endif
 #ifndef DA_OFF
   #define TROIDO_DACOINS_CMD "cd /home/troido/daily_adventure/client/ && /home/troido/daily_adventure/client/daclient printinfo 2>&1 | /bin/grep -oP '(?<=\"Coins\", )\[[:digit:]]+'"
diff --git a/tcoin.cpp b/tcoin.cpp
index a569b16..b8b7566 100644
--- a/tcoin.cpp
+++ b/tcoin.cpp
@@ -37,7 +37,8 @@
 #define LS_HOME_CMD "/bin/ls /home"
 #define BIN_ECHO_CMD "/bin/echo $$"
 #ifndef KROWBAR_OFF
-  #define KROWBAR_SCORE_PATH "/home/krowbar/Code/irc/data/tildescores.txt"
+  #define KROWBAR_SCORE_PATH_OLD "/home/krowbar/Code/irc/data/tildescores.txt"
+  #define KROWBAR_SCORE_PATH "/home/jmjl/dev/juju/data/tildescores.txt"
 #endif
 #if !defined(TILDEINSTITUTE) && !defined(TILDEGURU)
   #define WHOAMI_PATH "/usr/bin/whoami"