Show what was sent.

This commit is contained in:
Bandie Yip Kojote 2016-06-13 18:06:35 +02:00
parent 2b1729784c
commit b554ef5e4b
1 changed files with 1 additions and 1 deletions

View File

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