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')"