From b554ef5e4b70df1fa7af88d07bdad2b90f1bd752 Mon Sep 17 00:00:00 2001 From: Bandie Yip Kojote Date: Mon, 13 Jun 2016 18:06:35 +0200 Subject: [PATCH] Show what was sent. --- PagerBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PagerBot.py b/PagerBot.py index d31385d..098634b 100644 --- a/PagerBot.py +++ b/PagerBot.py @@ -66,7 +66,7 @@ def page(receiver, text, user, urgent): e = sys.exc_info()[0] return "Error: %s" % e m.quit() - return "Sent." + return "Sent: \"%s\"" % (message) readbuffer = ""