Created
September 17, 2016 10:19
-
-
Save exaV/6304da7eb9c9630b330efae0950b20ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if not currentCall is None: | |
#helllsfsnäkg | |
msg = currentCall.initialText | |
if msg == "yes": | |
say("go get some") | |
else: | |
call(phonenumber, {"network":"SMS"}) | |
say(msg) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment