fd3a4cf0b82f956582e28aacef52796a75ddfafc
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 00-megahal.sh
1 #!/bin/sh
2 #Artificial Pseudo Inteligence using megahal package :-)
3 #More info: http://megahal.alioth.debian.org/
4 #alias cat=true #silent mode, comment out to enable loud replies :-)
5 echo -n '[MegaHAL]:' $({ echo "$ANSW_MSG" && echo -e '\n#quit\n'; } | megahal -p -b | tail -n1) | cat
This page took 0.363479 seconds and 3 git commands to generate.