summaryrefslogtreecommitdiff
path: root/scripts/getvaliddaemons.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-05-07 16:07:55 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-05-07 16:07:55 +0000
commitc7d6e5b0157e1bab08351a326d09259476c06b70 (patch)
tree597c6e6cbbcd24e6768d5284eda143db24ceb090 /scripts/getvaliddaemons.php
parent6b064e40a78c7c6252433d60b08040f108570e8b (diff)
parent5771f413bb28502540d3bc017bc58433e9b0abf9 (diff)
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Diffstat (limited to 'scripts/getvaliddaemons.php')
-rwxr-xr-xscripts/getvaliddaemons.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/getvaliddaemons.php b/scripts/getvaliddaemons.php
index 482e63af7..a10233e69 100755
--- a/scripts/getvaliddaemons.php
+++ b/scripts/getvaliddaemons.php
@@ -44,6 +44,9 @@ if(common_config('xmpp','enabled')) {
if(common_config('memcached','enabled')) {
echo "memcachedqueuehandler.php ";
}
+if(common_config('twitterbridge','enabled')) {
+ echo "twitterstatusfetcher.php ";
+}
echo "ombqueuehandler.php ";
echo "twitterqueuehandler.php ";
echo "facebookqueuehandler.php ";