3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-02-11 03:50:53 +01:00
Pragmatic Software 275ee6952f Plugin/RemindMe: fix double-dequeue issue
Whoops. EventQueue already removes the event after processing it. There
is no point to dequeuing the reminder event from within do_reminder().
Doing this caused EventQueue to dequeue the event following the
reminder event.
2021-08-06 11:02:32 -07:00
..
2021-07-20 21:38:07 -07:00
2021-07-13 19:45:56 -07:00
2021-08-06 10:16:14 -07:00
2021-08-02 18:06:50 -07:00