572dc928f6cda7e8f6b6c274fedc25d36091eacb
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 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.316506 seconds and 4 git commands to generate.