Fixes for privmsging not working as expected; chatbot functionality
This commit is contained in:
3
chatbot-support.bash
Normal file
3
chatbot-support.bash
Normal 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/"
|
||||
Reference in New Issue
Block a user