diff --git a/python/IPO/say.py b/python/IPO/say.py index f0c0c455b..e84ae4e3a 100755 --- a/python/IPO/say.py +++ b/python/IPO/say.py @@ -185,4 +185,4 @@ elif text[0] == 'receive': whoami.Say('Sorry, our package delivery service is currently in strike. Please come back later.') else: whoami.Say('Do you need help?') -Crossfire.setReturnValue(1) \ No newline at end of file +Crossfire.SetReturnValue(1) \ No newline at end of file