X-Git-Url: http://git.harvie.cz/?p=mirrors%2Flibpurple-core-answerscripts.git;a=blobdiff_plain;f=purple%2Fanswerscripts.d%2Fautokiss.sh;fp=purple%2Fanswerscripts.d%2Fautokiss.sh;h=0000000000000000000000000000000000000000;hp=572dc928f6cda7e8f6b6c274fedc25d36091eacb;hb=8be8249a6d931dd8c89bebb2930cdfe721bba02a;hpb=3971900dcde58c50b85eabf0d4bcf5f20ba1114a diff --git a/purple/answerscripts.d/autokiss.sh b/purple/answerscripts.d/autokiss.sh deleted file mode 100755 index 572dc92..0000000 --- a/purple/answerscripts.d/autokiss.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -#AutoKiss :-* (just wanna be polite) -shuf="$(which shuf 2>/dev/null)"; [ -x "$shuf" ] || shuf="cat"; #shuffle if possible -echo $(echo "$ANSW_MSG" | grep -Eo ':-\*|\*IN LOVE\*|:-\{\}|\*KISSING\*' | "$shuf" );