Merge branch 'countdown-reminders' into 'master'
Countdown reminder feedback See merge request !16
This commit is contained in:
commit
0c69530cf9
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user