From: Harvie Date: Mon, 16 Jan 2012 22:04:38 +0000 (+0100) Subject: Added support for MegaHAL AI ChatterBot (Both: Learning and Conversation mode) X-Git-Url: http://git.harvie.cz/?p=mirrors%2Flibpurple-core-answerscripts.git;a=commitdiff_plain;h=d5bbca3f8e2ca1284552e2d89fd505dee0e7d987 Added support for MegaHAL AI ChatterBot (Both: Learning and Conversation mode) --- diff --git a/purple/answerscripts.d/00-megahal.sh b/purple/answerscripts.d/00-megahal.sh new file mode 100755 index 0000000..fd3a4cf --- /dev/null +++ b/purple/answerscripts.d/00-megahal.sh @@ -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