Proper support for chatrooms and minor fixes
[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.263065 seconds and 4 git commands to generate.