Ported all scripts from PURPLE_ to ANSW_ prefix. Added examples to support STATUS...
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / autokiss.sh
index b054c5c4ea7478a360038b39bf1416c230ba784c..46dc7126e7b9e07aec3056195837da539f533b87 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 #AutoKiss :-* (just wanna be polite)
-echo "$PURPLE_MSG" | grep -o ':-\*';
+echo $(echo "$ANSW_MSG" | grep -Eo ':-\*|\*IN LOVE\*|:-\{\}|\*KISSING\*');
This page took 0.128838 seconds and 4 git commands to generate.