Ported all scripts from PURPLE_ to ANSW_ prefix. Added examples to support STATUS...
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / espeak.sh
index c0dec782bbe42b0d95b9e97a88eeb811de0a35f6..0e785bf9cb4aeaa244e03b5f8dd4ee3756d80a80 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 #Say it loudly and proudly!
-test -x "$(which espeak)" && echo "$PURPLE_MSG" | espeak -v $(echo "$LANG" | head -c 2) &
+test -x "$(which espeak)" && echo "$ANSW_MSG" | espeak -v $(echo "$LANG" | head -c 2) &
This page took 0.104713 seconds and 4 git commands to generate.