]> jfr.im git - erebus.git/commitdiff
update TODO
authorJohn Runyon <redacted>
Tue, 8 Aug 2023 20:26:58 +0000 (14:26 -0600)
committerJohn Runyon <redacted>
Tue, 8 Aug 2023 20:26:58 +0000 (14:26 -0600)
TODO

diff --git a/TODO b/TODO
index 6c166e61508abc474f0bf020312734878a63daee..97c680da9d9353cc4ee6722947c9728e9c3d254b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,3 +5,7 @@
   also FDs so the bot can monitor a pipe
   - add a pipe which allows to input commands even when IRC connection is gone
     this might be difficult since there won't be a bot or user or chan object...
+
+- implement timers in the core and/or modlib, by adjusting the select timeout whenever a timer is pending.
+  call timers as part of the event loop.
+  this has the potential to remove a LOT of the threading.