Very big commit fixing problems with czech letters in MegaHAL
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 00-megahal.sh
index 82c61f359471d1eda25882b35c24dea2353d7659..ab636c1607726d14f6551de3b45d1a2d1b8334aa 100755 (executable)
@@ -6,5 +6,5 @@ AI_LOUD=false #enable loud replies (otherwise will be learning only :-)
 AI_LOUD_UNAVAILABLE=true; #enable loud replies when not available :-)
 
 $AI_LOUD_UNAVAILABLE && [ "$ANSW_L_STATUS" != 'available' ] && AI_LOUD=true
-AI_ANSW="$({ echo "$ANSW_MSG" && echo -e '\n#quit\n'; } | timeout 23 megahal -p -b -w | tail -n1)"
+AI_ANSW="$({ echo "$ANSW_MSG." && echo -e '\n#quit\n'; } | timeout 23 megahal -p -b -w | tail -n1)"
 $AI_LOUD && [ -n "$AI_ANSW" ] && echo -n "[MegaHALuz]: $AI_ANSW"
This page took 0.125978 seconds and 4 git commands to generate.