Create FUNDING.yml
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 50-autokiss.sh
CommitLineData
b44d7b66
H
1#!/bin/sh
2#AutoKiss :-* (just wanna be polite)
3971900d
H
3shuf="$(which shuf 2>/dev/null)"; [ -x "$shuf" ] || shuf="cat"; #shuffle if possible
4echo $(echo "$ANSW_MSG" | grep -Eo ':-\*|\*IN LOVE\*|:-\{\}|\*KISSING\*' | "$shuf" );
This page took 0.134122 seconds and 4 git commands to generate.