From d33977da3526d465d27266e4f677a899d64654e2 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Tue, 16 Jun 2015 20:28:13 -0500 Subject: [PATCH] twitter: TODO to bring polling back --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 17c3aca..8229f6c 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,7 @@ dr.botzo --- TODO Both a reminder to myself and a hint to anyone else who wants to hack around... * markov random chatter, add it back. should just need a thread and some polling + * twitter polling, add it back. should need a thread, and the ability to reply to a channel * module unloading is *totally* busted. random objects disappear on an unload * some sort of cron interface (periodic events) * thinking about removing this, wouldn't crontab + XML-RPC be enough?