Disabled workaround for 64b, it may be fixed now. Let me know in case of regression.
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 50-autokiss.sh
1 #!/bin/sh
2 #AutoKiss :-* (just wanna be polite)
3 shuf="$(which shuf 2>/dev/null)"; [ -x "$shuf" ] || shuf="cat"; #shuffle if possible
4 echo $(echo "$ANSW_MSG" | grep -Eo ':-\*|\*IN LOVE\*|:-\{\}|\*KISSING\*' | "$shuf" );
This page took 0.46345 seconds and 4 git commands to generate.