Use the failure() call instead of send()

pull/1/head
Mark Veidemanis 7 years ago
parent f235c5cb44
commit 21ed410717

@ -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":

Loading…
Cancel
Save