Merge branch 'countdown-reminders' into 'master'

Countdown reminder feedback

See merge request !16
This commit is contained in:
Brian S. Stephan 2017-02-22 22:17:37 -06:00
commit 0c69530cf9
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ class Countdown(Plugin):
countdown_item = CountdownItem.objects.create(name=item_name, at_time=when_t, is_reminder=True,
reminder_message=message, reminder_target=sent_location)
log.info("created countdown item %s", str(countdown_item))
self.bot.reply(event, "ok, i'll message {0:s} at {1:s}".format(sent_location, str(when_t)))
return 'NO MORE'