moved the pimp.sh to an orig file, for old times sake.

This commit is contained in:
Storm Dragon 2020-08-11 20:58:05 -04:00
parent 3552203e99
commit a21b0c5228
2 changed files with 11 additions and 7 deletions

View File

@ -1,7 +0,0 @@
[ -f functions.sh ] && source functions.sh
shift
chan="$1"
shift
pimpText="${@#pimp }"
msg "$chan" "$(curl -s --data-urlencode English="$pimpText" --data-urlencode submit="Submit send" http://joel.net/EBONICS/Translator | grep ' <textarea id="Ebonics" name="Ebonics" class="materialize-textarea validate" required>' | sed -e 's/^ <textarea id="Ebonics" name="Ebonics" class="materialize-textarea validate" required>//' -e "s/&#39;/'/g" -e 's#</textarea>##' -e 's/^$//g' -e 's/"/\\"/g')"

11
modules/pimp/pimp.sh.orig Executable file
View File

@ -0,0 +1,11 @@
# The site on which this module relied is now down.
# This module is here in the hopes that it will one day come back.
# Thanks to joel.net for years of laughs.
[ -f functions.sh ] && source functions.sh
shift
chan="$1"
shift
pimpText="${*#pimp }"
echo "$chan" "$(curl -L -s --data-urlencode English="$pimpText" --data-urlencode submit="Submit send" http://joel.net/EBONICS/Translator | grep ' <textarea id="Ebonics" name="Ebonics" class="materialize-textarea validate" required>' | sed -e 's/^ <textarea id="Ebonics" name="Ebonics" class="materialize-textarea validate" required>//' -e "s/&#39;/'/g" -e 's#</textarea>##' -e 's/^$//g' -e 's/"/\\"/g')"