summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorepoch <epoch@hack.thebackupbox.net>2019-04-07 08:44:01 +0000
committerepoch <epoch@hack.thebackupbox.net>2019-04-07 08:44:01 +0000
commitef83b858837488557ad29f5d9bc39d44564e7a26 (patch)
tree413827970a21b04aa384703c8f4934c25a39fe61 /TODO
parent9c5dbbad8fa61e3031ae1fb0546e54bfee2a2898 (diff)
downloadsegfault-ef83b858837488557ad29f5d9bc39d44564e7a26.tar.gz
segfault-ef83b858837488557ad29f5d9bc39d44564e7a26.zip
added ability to reference environment variables from format magic. removed !chat bullshit. made a successful message_handler not fallback to a generic action handler
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO b/TODO
index 2004d11..448b7ad 100644
--- a/TODO
+++ b/TODO
@@ -4,14 +4,15 @@
o make segfault use a hashtable for builtins too
o delete compile.sh and stick to using Makefiles.
o document the env vars that segfault uses
-
---- ^^^ done ^^^ ---
-
- o update seghome repo more often and reference it in segfault's repo
+ o update seghome repo more often and reference it in segfault's repo <-- this is the reference.
o make a way to reference env vars from aliases %${seghome}?
OR make new %stuff to reference specific values in segfault
since env vars aren't always set but defaults might be used.
otherwise I'll have to set those env vars.
+ //this is done using %$NAME= in a usual magic area, like aliases or lambda !say %$DERP=
+
+--- ^^^ done ^^^ ---
+
o add stuff to libirc to buffer stuff being written to the socket so that
it can put a speed limit on that kind of stuff. (but why would the bot
get an fd from the runit function?)