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 f376c735a56e052ae26f208c9df45968542d9d83
parent 2f3a271d0d603df0e613715ccbcf9187d13af9ec
Author: hhvn <hayden@haydenvh.com>
Date:   Tue,  2 Mar 2021 13:30:30 +0100

bot: avoid throttling

Signed-off-by: mys <>

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

diff --git a/bot b/bot @@ -17,4 +17,6 @@ do echo "$(date "+[%y:%m:%d %T]")$res" >> $log ./botreply "$res" done > $input + + sleep 10 done