add talk module to make the bot talk
This commit is contained in:
Binary file not shown.
@@ -0,0 +1 @@
|
||||
bye
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#! /bin/sh
|
||||
|
||||
echo $3 >> input
|
||||
cat input | java -jar ./eliza_java.jar > output
|
||||
|
||||
echo "PRIVMSG $2 :$1: `tail -n 1 output`"
|
||||
Reference in New Issue
Block a user