Added support for MegaHAL AI ChatterBot (Both: Learning and Conversation mode)
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 00-megahal.sh
diff --git a/purple/answerscripts.d/00-megahal.sh b/purple/answerscripts.d/00-megahal.sh
new file mode 100755 (executable)
index 0000000..fd3a4cf
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+#Artificial Pseudo Inteligence using megahal package :-)
+#More info: http://megahal.alioth.debian.org/
+#alias cat=true #silent mode, comment out to enable loud replies :-)
+echo -n '[MegaHAL]:' $({ echo "$ANSW_MSG" &&   echo -e '\n#quit\n';    } | megahal -p -b | tail -n1) | cat
This page took 0.135326 seconds and 4 git commands to generate.