Renamed scripts to obey rules (numbered filenames) that will be brought in next commit
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / autokiss.sh
diff --git a/purple/answerscripts.d/autokiss.sh b/purple/answerscripts.d/autokiss.sh
deleted file mode 100755 (executable)
index 572dc92..0000000
+++ /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" );
This page took 0.127424 seconds and 4 git commands to generate.