moved the pimp.sh to an orig file, for old times sake.
This commit is contained in:
parent
3552203e99
commit
a21b0c5228
@ -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/'/'/g" -e 's#</textarea>##' -e 's/^$//g' -e 's/"/\\"/g')"
|
|
11
modules/pimp/pimp.sh.orig
Executable file
11
modules/pimp/pimp.sh.orig
Executable 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/'/'/g" -e 's#</textarea>##' -e 's/^$//g' -e 's/"/\\"/g')"
|
Loading…
x
Reference in New Issue
Block a user