Fixes for privmsging not working as expected; chatbot functionality

This commit is contained in:
DarkFeather
2016-09-26 15:44:00 -05:00
parent 47440a1eac
commit 9da156fced
5 changed files with 60 additions and 48 deletions

3
chatbot-support.bash Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
url="$(wget -q -O - http://alice.pandorabots.com/ | grep iframe | cut -f 2 -d \")"
curl -s --data "input=$(echo $1 | sed "s/$2//g" | sed 's/^: //')" "$url" | grep 'ALICE:' | tail -n 1 | cut -f 3 -d '>' | sed 's/ ALICE: //' | sed "s/ALICE/$2/g" | sed "s/Alice/$2/g" | sed "s/ om/ friend/"