From ef83b858837488557ad29f5d9bc39d44564e7a26 Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 7 Apr 2019 08:44:01 +0000 Subject: added ability to reference environment variables from format magic. removed !chat bullshit. made a successful message_handler not fallback to a generic action handler --- TODO | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'TODO') 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?) -- cgit v1.2.3