safubot 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/safubot/bot.rb +1 -1
- data/lib/safubot/version.rb +1 -1
- metadata +1 -1
data/lib/safubot/bot.rb
CHANGED
|
@@ -180,7 +180,7 @@ module Safubot
|
|
|
180
180
|
|
|
181
181
|
# This pulls requests from passive non-streaming sources (currently, the Twitter AJAX API).
|
|
182
182
|
def pull
|
|
183
|
-
@twitter.pull
|
|
183
|
+
@twitter.pull if @twitter
|
|
184
184
|
end
|
|
185
185
|
|
|
186
186
|
# Goes through each unprocessed Request and submits it for processing.
|
data/lib/safubot/version.rb
CHANGED