]> jfr.im git - erebus.git/commitdiff
add TODO
authorJohn Runyon <redacted>
Fri, 4 Aug 2023 15:30:15 +0000 (09:30 -0600)
committerJohn Runyon <redacted>
Fri, 4 Aug 2023 15:30:15 +0000 (09:30 -0600)
TODO [new file with mode: 0644]

diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..6c166e6
--- /dev/null
+++ b/TODO
@@ -0,0 +1,7 @@
+- add (optional) timeout for wait_for_hidden_host
+
+- add ability for modules to register additional sockets to monitor
+  (and socket_listener example module)
+  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...