trans

Unnamed repository; edit this file 'description' to name the repository.
git clone git://fqcor.com/trans.git
torsocks git clone git://fqcoretoclxwqpy3dwktkskmwywrcktgnpviesveq6vrjhqhdc6y4fid.onion/trans.git
Log | Files | Refs | README | LICENSE

commit 1d4ca42bf55fa9cca05a2691bb31bb45db452526
parent c1d46d983f1f3f98d79a0437d2c3f8795a685c14
Author: hhvn <dev@hhvn.uk>
Date:   Tue,  8 Jun 2021 21:16:34 +0100

bot: allow access to previous message

Signed-off-by: mys <>

Diffstat:
Mbot | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bot b/bot @@ -16,6 +16,7 @@ do do echo "$(date "+[%y:%m:%d %T]")$res" >> $log ./botreply "$(echo "$res" | tr -d '\r')" + export previous="$(echo "$res" | tr -d '\r')" done > $input sleep 10