diff --git a/threshold b/threshold index 574b704..1a0142d 100755 --- a/threshold +++ b/threshold @@ -107,7 +107,7 @@ class Helper(object): if len(spl) > 0: cmd = spl[0] else: - send("No text was sent") + failure("No text was sent") return if authed == True: if cmd == "pass":