From 1de527e1451149a8ead95d0a5820cfe9f0ae1700 Mon Sep 17 00:00:00 2001 From: Joel McCoy Date: Thu, 8 Jan 2015 14:03:33 -0500 Subject: [PATCH] Tweet on startup like doc says it should --- bots.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bots.rb b/bots.rb index 54bbbdd..51ddceb 100644 --- a/bots.rb +++ b/bots.rb @@ -94,6 +94,8 @@ class BoodooBot def on_startup log "I started up!" + tweet(model.make_statement) + scheduler.interval @tweet_interval do if rand < @tweet_chance tweet(model.make_statement)