pbot/lib/PBot
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
..
Core DualIndexSQLiteObject: improve header comments 2021-08-04 22:46:51 -07:00
Plugin Plugin/RemindMe: fix double-dequeue issue 2021-08-06 11:02:32 -07:00
Core.pm Support named-parameters in command registration 2021-07-30 19:01:24 -07:00
Imports.pm Make directory structure more Perlish 2021-07-13 19:45:56 -07:00
VERSION.pm Plugin/RemindMe: fix double-dequeue issue 2021-08-06 11:02:32 -07:00